#E09BCC

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

Shades of Shocking #E09BCC

Tints of Shocking #E09BCC

Color information

#E09BCC (or 0xE09BCC) is unknown color: approx Shocking. HEX triplet: E0, 9B and CC. RGB value is (224,155,204). Sum of RGB (Red+Green+Blue) = 224+155+204=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BCC is #1F6433. Grayscale: #B5B5B5. Windows color (decimal): -2057268 or 13409248. OLE color: 13409248.

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

Color convert

RGB224155204-
CMYK00.310.090.12
HSL317.39º52.67%74.31%-
HSV(B)317.39º30.8%87.84%-
XYZ53.3643.6562.74-
YUV181.22140.86158.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=38.42%
G=26.59%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415520400.310.090.12317.3952.6774.31
HexE09BCC01F9C13d354a
Octal340233314037111447565112
Binary111000001001101111001100011111100111001001111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BCC; }

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

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

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

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

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

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

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

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