#E16198

Color #E16198 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E16198

Tints of Pale Violet Red #E16198

Color information

#E16198 (or 0xE16198) is unknown color: approx Pale Violet Red. HEX triplet: E1, 61 and 98. RGB value is (225,97,152). Sum of RGB (Red+Green+Blue) = 225+97+152=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16198 is #1E9E67. Grayscale: #8D8D8D. Windows color (decimal): -2006632 or 9986529. OLE color: 9986529.

HSL color Cylindrical-coordinate representation of color #E16198: hue angle of 334.22º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16198 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22597152-
CMYK00.570.320.12
HSL334.22º68.09%63.14%-
HSV(B)334.22º56.89%88.24%-
XYZ40.9926.8232.72-
YUV141.54133.91187.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 152 (59.77% from 255) = 32.07%
R=47.47%
G=20.46%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259715200.570.320.12334.2268.0963.14
HexE1619803920C14e443f
Octal341141230071401451610477
Binary11100001110000110011000011100110000011001010011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16198; }

 p { color: rgb(225,97,152); }

 H1.HeaderClassName
 {
   color: #E16198;
 }
 .AnyTagClassName
 {
   color: #E16198;
 }
</style>
background-color css

<style>
 a { background-color: #E16198; }

 a { background-color: rgb(225,97,152); }

 div.DivClassName
 {
   background-color: #E16198;
 }
 .BgClassName
 {
   background-color: #E16198;
 }
</style>
border-color css

<style>
 span { border-color: #E16198; }

 span { border-color: rgb(225,97,152); }

 td.TdClassName
 {
   border-color: #E16198;
 }
 .TagClassName
 {
   border-color: #E16198;
 }
</style>