#E18ABB

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

Shades of Shocking #E18ABB

Tints of Shocking #E18ABB

Color information

#E18ABB (or 0xE18ABB) is unknown color: approx Shocking. HEX triplet: E1, 8A and BB. RGB value is (225,138,187). Sum of RGB (Red+Green+Blue) = 225+138+187=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ABB is #1E7544. Grayscale: #A9A9A9. Windows color (decimal): -1996101 or 12290785. OLE color: 12290785.

HSL color Cylindrical-coordinate representation of color #E18ABB: hue angle of 326.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ABB is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225138187-
CMYK00.390.170.12
HSL326.21º59.18%71.18%-
HSV(B)326.21º38.67%88.24%-
XYZ49.1137.7751.72-
YUV169.6137.82167.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 187 (73.44% from 255) = 34%
R=40.91%
G=25.09%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513818700.390.170.12326.2159.1871.18
HexE18ABB02711C1463b47
Octal341212273047211450673107
Binary11100001100010101011101101001111000111001010001101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18ABB; }

 p { color: rgb(225,138,187); }

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

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

 a { background-color: rgb(225,138,187); }

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

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

 span { border-color: rgb(225,138,187); }

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