#E18AB9

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

Shades of Shocking #E18AB9

Tints of Shocking #E18AB9

Color information

#E18AB9 (or 0xE18AB9) is unknown color: approx Shocking. HEX triplet: E1, 8A and B9. RGB value is (225,138,185). Sum of RGB (Red+Green+Blue) = 225+138+185=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AB9 is #1E7546. Grayscale: #A9A9A9. Windows color (decimal): -1996103 or 12159713. OLE color: 12159713.

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

Color convert

RGB225138185-
CMYK00.390.180.12
HSL327.59º59.18%71.18%-
HSV(B)327.59º38.67%88.24%-
XYZ48.937.6950.6-
YUV169.37136.82167.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=41.06%
G=25.18%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513818500.390.180.12327.5959.1871.18
HexE18AB902712C1483b47
Octal341212271047221451073107
Binary11100001100010101011100101001111001011001010010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AB9; }

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

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

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

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

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

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

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

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