#E09CBF

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

Shades of Shocking #E09CBF

Tints of Shocking #E09CBF

Color information

#E09CBF (or 0xE09CBF) is unknown color: approx Shocking. HEX triplet: E0, 9C and BF. RGB value is (224,156,191). Sum of RGB (Red+Green+Blue) = 224+156+191=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CBF is #1F6340. Grayscale: #B4B4B4. Windows color (decimal): -2057025 or 12557536. OLE color: 12557536.

HSL color Cylindrical-coordinate representation of color #E09CBF: hue angle of 329.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CBF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224156191-
CMYK00.300.150.12
HSL329.12º52.31%74.51%-
HSV(B)329.12º30.36%87.84%-
XYZ52.0343.3954.92-
YUV180.32134.03159.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 191 (75% from 255) = 33.45%
R=39.23%
G=27.32%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415619100.300.150.12329.1252.3174.51
HexE09CBF01EFC149344b
Octal340234277036171451164113
Binary111000001001110010111111011110111111001010010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CBF; }

 p { color: rgb(224,156,191); }

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

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

 a { background-color: rgb(224,156,191); }

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

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

 span { border-color: rgb(224,156,191); }

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