#E09EBC

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

Shades of Shocking #E09EBC

Tints of Shocking #E09EBC

Color information

#E09EBC (or 0xE09EBC) is unknown color: approx Shocking. HEX triplet: E0, 9E and BC. RGB value is (224,158,188). Sum of RGB (Red+Green+Blue) = 224+158+188=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EBC is #1F6143. Grayscale: #B5B5B5. Windows color (decimal): -2056516 or 12361440. OLE color: 12361440.

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

Color convert

RGB224158188-
CMYK00.290.160.12
HSL332.73º51.56%74.9%-
HSV(B)332.73º29.46%87.84%-
XYZ52.0443.9353.31-
YUV181.15131.87158.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=39.30%
G=27.72%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415818800.290.160.12332.7351.5674.9
HexE09EBC01D10C14d344b
Octal340236274035201451564113
Binary1110000010011110101111000111011000011001010011011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09EBC; }

 p { color: rgb(224,158,188); }

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

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

 a { background-color: rgb(224,158,188); }

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

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

 span { border-color: rgb(224,158,188); }

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