#E09BB8

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

Shades of Shocking #E09BB8

Tints of Shocking #E09BB8

Color information

#E09BB8 (or 0xE09BB8) is unknown color: approx Shocking. HEX triplet: E0, 9B and B8. RGB value is (224,155,184). Sum of RGB (Red+Green+Blue) = 224+155+184=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BB8 is #1F6447. Grayscale: #B2B2B2. Windows color (decimal): -2057288 or 12098528. OLE color: 12098528.

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

Color convert

RGB224155184-
CMYK00.310.180.12
HSL334.78º52.67%74.31%-
HSV(B)334.78º30.8%87.84%-
XYZ51.1142.7550.91-
YUV178.94130.86160.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=39.79%
G=27.53%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415518400.310.180.12334.7852.6774.31
HexE09BB801F12C14f354a
Octal340233270037221451765112
Binary1110000010011011101110000111111001011001010011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BB8; }

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

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

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

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

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

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

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

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