#E09FCD

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

Shades of Shocking #E09FCD

Tints of Shocking #E09FCD

Color information

#E09FCD (or 0xE09FCD) is unknown color: approx Shocking. HEX triplet: E0, 9F and CD. RGB value is (224,159,205). Sum of RGB (Red+Green+Blue) = 224+159+205=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FCD is #1F6032. Grayscale: #B7B7B7. Windows color (decimal): -2056243 or 13475808. OLE color: 13475808.

HSL color Cylindrical-coordinate representation of color #E09FCD: hue angle of 317.54º degrees, saturation: 0.51, 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 #E09FCD is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224159205-
CMYK00.290.080.12
HSL317.54º51.18%75.1%-
HSV(B)317.54º29.02%87.84%-
XYZ54.1645.0563.6-
YUV183.68140.03156.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=38.10%
G=27.04%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415920500.290.080.12317.5451.1875.1
HexE09FCD01D8C13e334b
Octal340237315035101447663113
Binary111000001001111111001101011101100011001001111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FCD; }

 p { color: rgb(224,159,205); }

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

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

 a { background-color: rgb(224,159,205); }

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

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

 span { border-color: rgb(224,159,205); }

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