#E09BB9

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

Shades of Shocking #E09BB9

Tints of Shocking #E09BB9

Color information

#E09BB9 (or 0xE09BB9) is unknown color: approx Shocking. HEX triplet: E0, 9B and B9. RGB value is (224,155,185). Sum of RGB (Red+Green+Blue) = 224+155+185=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BB9 is #1F6446. Grayscale: #B2B2B2. Windows color (decimal): -2057287 or 12164064. OLE color: 12164064.

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

Color convert

RGB224155185-
CMYK00.310.170.12
HSL333.91º52.67%74.31%-
HSV(B)333.91º30.8%87.84%-
XYZ51.2242.7951.46-
YUV179.05131.36160.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=39.72%
G=27.48%
B=32.80%

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
Decimal22415518500.310.170.12333.9152.6774.31
HexE09BB901F11C14e354a
Octal340233271037211451665112
Binary1110000010011011101110010111111000111001010011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BB9; }

 p { color: rgb(224,155,185); }

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

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

 a { background-color: rgb(224,155,185); }

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

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

 span { border-color: rgb(224,155,185); }

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