#E19ABA

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

Shades of Shocking #E19ABA

Tints of Shocking #E19ABA

Color information

#E19ABA (or 0xE19ABA) is unknown color: approx Shocking. HEX triplet: E1, 9A and BA. RGB value is (225,154,186). Sum of RGB (Red+Green+Blue) = 225+154+186=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ABA is #1E6545. Grayscale: #B2B2B2. Windows color (decimal): -1992006 or 12229345. OLE color: 12229345.

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

Color convert

RGB225154186-
CMYK00.320.170.12
HSL332.96º54.2%74.31%-
HSV(B)332.96º31.56%88.24%-
XYZ51.4742.6651.98-
YUV178.88132.02160.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=39.82%
G=27.26%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515418600.320.170.12332.9654.274.31
HexE19ABA02011C14d364a
Octal341232272040211451566112
Binary11100001100110101011101001000001000111001010011011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ABA; }

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

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

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

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

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

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

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

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