#E18EB9

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

Shades of Shocking #E18EB9

Tints of Shocking #E18EB9

Color information

#E18EB9 (or 0xE18EB9) is unknown color: approx Shocking. HEX triplet: E1, 8E and B9. RGB value is (225,142,185). Sum of RGB (Red+Green+Blue) = 225+142+185=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EB9 is #1E7146. Grayscale: #ABABAB. Windows color (decimal): -1995079 or 12160737. OLE color: 12160737.

HSL color Cylindrical-coordinate representation of color #E18EB9: hue angle of 328.92º 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 #E18EB9 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225142185-
CMYK00.370.180.12
HSL328.92º58.04%71.96%-
HSV(B)328.92º36.89%88.24%-
XYZ49.4838.8650.79-
YUV171.72135.5166-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=40.76%
G=25.72%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514218500.370.180.12328.9258.0471.96
HexE18EB902512C1493a48
Octal341216271045221451172110
Binary11100001100011101011100101001011001011001010010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EB9; }

 p { color: rgb(225,142,185); }

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

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

 a { background-color: rgb(225,142,185); }

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

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

 span { border-color: rgb(225,142,185); }

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