#E09FCA

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

Shades of Shocking #E09FCA

Tints of Shocking #E09FCA

Color information

#E09FCA (or 0xE09FCA) is unknown color: approx Shocking. HEX triplet: E0, 9F and CA. RGB value is (224,159,202). Sum of RGB (Red+Green+Blue) = 224+159+202=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FCA is #1F6035. Grayscale: #B7B7B7. Windows color (decimal): -2056246 or 13279200. OLE color: 13279200.

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

Color convert

RGB224159202-
CMYK00.290.100.12
HSL320.31º51.18%75.1%-
HSV(B)320.31º29.02%87.84%-
XYZ53.844.9161.71-
YUV183.34138.53157-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=38.29%
G=27.18%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415920200.290.100.12320.3151.1875.1
HexE09FCA01DAC140334b
Octal340237312035121450063113
Binary111000001001111111001010011101101011001010000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FCA; }

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

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

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

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

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

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

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

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