#E096CA

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

Shades of Shocking #E096CA

Tints of Shocking #E096CA

Color information

#E096CA (or 0xE096CA) is unknown color: approx Shocking. HEX triplet: E0, 96 and CA. RGB value is (224,150,202). Sum of RGB (Red+Green+Blue) = 224+150+202=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CA is #1F6935. Grayscale: #B1B1B1. Windows color (decimal): -2058550 or 13276896. OLE color: 13276896.

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

Color convert

RGB224150202-
CMYK00.330.100.12
HSL317.84º54.41%73.33%-
HSV(B)317.84º33.04%87.84%-
XYZ52.3141.9261.21-
YUV178.05141.52160.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=38.89%
G=26.04%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415020200.330.100.12317.8454.4173.33
HexE096CA021AC13e3649
Octal340226312041121447666111
Binary1110000010010110110010100100001101011001001111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096CA; }

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

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

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

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

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

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

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

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