#E19AB9

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

Shades of Shocking #E19AB9

Tints of Shocking #E19AB9

Color information

#E19AB9 (or 0xE19AB9) is unknown color: approx Shocking. HEX triplet: E1, 9A and B9. RGB value is (225,154,185). Sum of RGB (Red+Green+Blue) = 225+154+185=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AB9 is #1E6546. Grayscale: #B2B2B2. Windows color (decimal): -1992007 or 12163809. OLE color: 12163809.

HSL color Cylindrical-coordinate representation of color #E19AB9: hue angle of 333.8º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AB9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225154185-
CMYK00.320.180.12
HSL333.8º54.2%74.31%-
HSV(B)333.8º31.56%88.24%-
XYZ51.3642.6251.42-
YUV178.76131.52160.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=39.89%
G=27.30%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515418500.320.180.12333.854.274.31
HexE19AB902012C14e364a
Octal341232271040221451666112
Binary11100001100110101011100101000001001011001010011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AB9; }

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

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

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

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

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

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

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

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