#E093C6

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

Shades of Shocking #E093C6

Tints of Shocking #E093C6

Color information

#E093C6 (or 0xE093C6) is unknown color: approx Shocking. HEX triplet: E0, 93 and C6. RGB value is (224,147,198). Sum of RGB (Red+Green+Blue) = 224+147+198=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E093C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093C6 is #1F6C39. Grayscale: #AFAFAF. Windows color (decimal): -2059322 or 13013984. OLE color: 13013984.

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

Color convert

RGB224147198-
CMYK00.340.120.12
HSL320.26º55.4%72.75%-
HSV(B)320.26º34.38%87.84%-
XYZ51.3740.7958.59-
YUV175.84140.51162.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=39.37%
G=25.83%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414719800.340.120.12320.2655.472.75
HexE093C6022CC1403749
Octal340223306042141450067111
Binary1110000010010011110001100100010110011001010000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093C6; }

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

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

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

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

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

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

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

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