#E18EB8

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

Shades of Shocking #E18EB8

Tints of Shocking #E18EB8

Color information

#E18EB8 (or 0xE18EB8) is unknown color: approx Shocking. HEX triplet: E1, 8E and B8. RGB value is (225,142,184). Sum of RGB (Red+Green+Blue) = 225+142+184=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EB8 is #1E7147. Grayscale: #ABABAB. Windows color (decimal): -1995080 or 12095201. OLE color: 12095201.

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

Color convert

RGB225142184-
CMYK00.370.180.12
HSL329.64º58.04%71.96%-
HSV(B)329.64º36.89%88.24%-
XYZ49.3838.8150.24-
YUV171.6135166.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=40.83%
G=25.77%
B=33.39%

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
Decimal22514218400.370.180.12329.6458.0471.96
HexE18EB802512C14a3a48
Octal341216270045221451272110
Binary11100001100011101011100001001011001011001010010101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EB8; }

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

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

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

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

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

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

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

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