#E09DCA

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

Shades of Shocking #E09DCA

Tints of Shocking #E09DCA

Color information

#E09DCA (or 0xE09DCA) is unknown color: approx Shocking. HEX triplet: E0, 9D and CA. RGB value is (224,157,202). Sum of RGB (Red+Green+Blue) = 224+157+202=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DCA is #1F6235. Grayscale: #B6B6B6. Windows color (decimal): -2056758 or 13278688. OLE color: 13278688.

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

Color convert

RGB224157202-
CMYK00.300.100.12
HSL319.7º51.94%74.71%-
HSV(B)319.7º29.91%87.84%-
XYZ53.4644.2361.6-
YUV182.16139.2157.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=38.42%
G=26.93%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415720200.300.100.12319.751.9474.71
HexE09DCA01EAC140344b
Octal340235312036121450064113
Binary111000001001110111001010011110101011001010000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DCA; }

 p { color: rgb(224,157,202); }

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

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

 a { background-color: rgb(224,157,202); }

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

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

 span { border-color: rgb(224,157,202); }

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