#E09BBE

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

Shades of Shocking #E09BBE

Tints of Shocking #E09BBE

Color information

#E09BBE (or 0xE09BBE) is unknown color: approx Shocking. HEX triplet: E0, 9B and BE. RGB value is (224,155,190). Sum of RGB (Red+Green+Blue) = 224+155+190=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BBE is #1F6441. Grayscale: #B3B3B3. Windows color (decimal): -2057282 or 12491744. OLE color: 12491744.

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

Color convert

RGB224155190-
CMYK00.310.150.12
HSL329.57º52.67%74.31%-
HSV(B)329.57º30.8%87.84%-
XYZ51.7643.0154.29-
YUV179.62133.86159.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=39.37%
G=27.24%
B=33.39%

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
Decimal22415519000.310.150.12329.5752.6774.31
HexE09BBE01FFC14a354a
Octal340233276037171451265112
Binary111000001001101110111110011111111111001010010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BBE; }

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

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

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

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

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

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

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

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