#E09BBA

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

Shades of Shocking #E09BBA

Tints of Shocking #E09BBA

Color information

#E09BBA (or 0xE09BBA) is unknown color: approx Shocking. HEX triplet: E0, 9B and BA. RGB value is (224,155,186). Sum of RGB (Red+Green+Blue) = 224+155+186=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BBA is #1F6445. Grayscale: #B3B3B3. Windows color (decimal): -2057286 or 12229600. OLE color: 12229600.

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

Color convert

RGB224155186-
CMYK00.310.170.12
HSL333.04º52.67%74.31%-
HSV(B)333.04º30.8%87.84%-
XYZ51.3242.8452.02-
YUV179.17131.86159.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=39.65%
G=27.43%
B=32.92%

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
Decimal22415518600.310.170.12333.0452.6774.31
HexE09BBA01F11C14d354a
Octal340233272037211451565112
Binary1110000010011011101110100111111000111001010011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BBA; }

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

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

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

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

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

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

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

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