#E18AB5

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

Shades of Shocking #E18AB5

Tints of Shocking #E18AB5

Color information

#E18AB5 (or 0xE18AB5) is unknown color: approx Shocking. HEX triplet: E1, 8A and B5. RGB value is (225,138,181). Sum of RGB (Red+Green+Blue) = 225+138+181=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AB5 is #1E754A. Grayscale: #A8A8A8. Windows color (decimal): -1996107 or 11897569. OLE color: 11897569.

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

Color convert

RGB225138181-
CMYK00.390.200.12
HSL330.34º59.18%71.18%-
HSV(B)330.34º38.67%88.24%-
XYZ48.4837.5248.4-
YUV168.92134.82168-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=41.36%
G=25.37%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513818100.390.200.12330.3459.1871.18
HexE18AB502714C14a3b47
Octal341212265047241451273107
Binary11100001100010101011010101001111010011001010010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AB5; }

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

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

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

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

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

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

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

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