#E09ABE

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

Shades of Shocking #E09ABE

Tints of Shocking #E09ABE

Color information

#E09ABE (or 0xE09ABE) is unknown color: approx Shocking. HEX triplet: E0, 9A and BE. RGB value is (224,154,190). Sum of RGB (Red+Green+Blue) = 224+154+190=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ABE is #1F6541. Grayscale: #B2B2B2. Windows color (decimal): -2057538 or 12491488. OLE color: 12491488.

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

Color convert

RGB224154190-
CMYK00.310.150.12
HSL329.14º53.03%74.12%-
HSV(B)329.14º31.25%87.84%-
XYZ51.5942.6854.23-
YUV179.03134.19160.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=39.44%
G=27.11%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415419000.310.150.12329.1453.0374.12
HexE09ABE01FFC149354a
Octal340232276037171451165112
Binary111000001001101010111110011111111111001010010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ABE; }

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

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

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

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

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

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

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

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