#E09ABC

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

Shades of Shocking #E09ABC

Tints of Shocking #E09ABC

Color information

#E09ABC (or 0xE09ABC) is unknown color: approx Shocking. HEX triplet: E0, 9A and BC. RGB value is (224,154,188). Sum of RGB (Red+Green+Blue) = 224+154+188=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ABC is #1F6543. Grayscale: #B2B2B2. Windows color (decimal): -2057540 or 12360416. OLE color: 12360416.

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

Color convert

RGB224154188-
CMYK00.310.160.12
HSL330.86º53.03%74.12%-
HSV(B)330.86º31.25%87.84%-
XYZ51.3742.5953.09-
YUV178.81133.19160.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=39.58%
G=27.21%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415418800.310.160.12330.8653.0374.12
HexE09ABC01F10C14b354a
Octal340232274037201451365112
Binary1110000010011010101111000111111000011001010010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ABC; }

 p { color: rgb(224,154,188); }

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

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

 a { background-color: rgb(224,154,188); }

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

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

 span { border-color: rgb(224,154,188); }

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