#E093C9

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

Shades of Shocking #E093C9

Tints of Shocking #E093C9

Color information

#E093C9 (or 0xE093C9) is unknown color: approx Shocking. HEX triplet: E0, 93 and C9. RGB value is (224,147,201). Sum of RGB (Red+Green+Blue) = 224+147+201=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E093C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093C9 is #1F6C36. Grayscale: #B0B0B0. Windows color (decimal): -2059319 or 13210592. OLE color: 13210592.

HSL color Cylindrical-coordinate representation of color #E093C9: hue angle of 317.92º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093C9 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224147201-
CMYK00.340.100.12
HSL317.92º55.4%72.75%-
HSV(B)317.92º34.38%87.84%-
XYZ51.7240.9360.43-
YUV176.18142.01162.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=39.16%
G=25.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414720100.340.100.12317.9255.472.75
HexE093C9022AC13e3749
Octal340223311042121447667111
Binary1110000010010011110010010100010101011001001111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093C9; }

 p { color: rgb(224,147,201); }

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

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

 a { background-color: rgb(224,147,201); }

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

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

 span { border-color: rgb(224,147,201); }

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