#E09ABB

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

Shades of Shocking #E09ABB

Tints of Shocking #E09ABB

Color information

#E09ABB (or 0xE09ABB) is unknown color: approx Shocking. HEX triplet: E0, 9A and BB. RGB value is (224,154,187). Sum of RGB (Red+Green+Blue) = 224+154+187=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ABB is #1F6544. Grayscale: #B2B2B2. Windows color (decimal): -2057541 or 12294880. OLE color: 12294880.

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

Color convert

RGB224154187-
CMYK00.310.170.12
HSL331.71º53.03%74.12%-
HSV(B)331.71º31.25%87.84%-
XYZ51.2742.5552.52-
YUV178.69132.69160.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=39.65%
G=27.26%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415418700.310.170.12331.7153.0374.12
HexE09ABB01F11C14c354a
Octal340232273037211451465112
Binary1110000010011010101110110111111000111001010011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ABB; }

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

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

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

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

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

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

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

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