#E18DC9

Color #E18DC9 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E18DC9

Tints of Shocking #E18DC9

Color information

#E18DC9 (or 0xE18DC9) is unknown color: approx Shocking. HEX triplet: E1, 8D and C9. RGB value is (225,141,201). Sum of RGB (Red+Green+Blue) = 225+141+201=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DC9 is #1E7236. Grayscale: #ACACAC. Windows color (decimal): -1995319 or 13209057. OLE color: 13209057.

HSL color Cylindrical-coordinate representation of color #E18DC9: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DC9 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225141201-
CMYK00.370.110.12
HSL317.14º58.33%71.76%-
HSV(B)317.14º37.33%88.24%-
XYZ51.1239.2760.14-
YUV172.96143.83165.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 201 (78.91% from 255) = 35.45%
R=39.68%
G=24.87%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514120100.370.110.12317.1458.3371.76
HexE18DC9025BC13d3a48
Octal341215311045131447572110
Binary1110000110001101110010010100101101111001001111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DC9; }

 p { color: rgb(225,141,201); }

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

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

 a { background-color: rgb(225,141,201); }

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

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

 span { border-color: rgb(225,141,201); }

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