#E09BB7

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

Shades of Shocking #E09BB7

Tints of Shocking #E09BB7

Color information

#E09BB7 (or 0xE09BB7) is unknown color: approx Shocking. HEX triplet: E0, 9B and B7. RGB value is (224,155,183). Sum of RGB (Red+Green+Blue) = 224+155+183=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BB7 is #1F6448. Grayscale: #B2B2B2. Windows color (decimal): -2057289 or 12032992. OLE color: 12032992.

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

Color convert

RGB224155183-
CMYK00.310.180.12
HSL335.65º52.67%74.31%-
HSV(B)335.65º30.8%87.84%-
XYZ51.0142.7150.35-
YUV178.82130.36160.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=39.86%
G=27.58%
B=32.56%

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
Decimal22415518300.310.180.12335.6552.6774.31
HexE09BB701F12C150354a
Octal340233267037221452065112
Binary1110000010011011101101110111111001011001010100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BB7; }

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

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

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

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

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

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

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

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