#E496CA

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

Shades of Shocking #E496CA

Tints of Shocking #E496CA

Color information

#E496CA (or 0xE496CA) is unknown color: approx Shocking. HEX triplet: E4, 96 and CA. RGB value is (228,150,202). Sum of RGB (Red+Green+Blue) = 228+150+202=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E496CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496CA is #1B6935. Grayscale: #B3B3B3. Windows color (decimal): -1796406 or 13276900. OLE color: 13276900.

HSL color Cylindrical-coordinate representation of color #E496CA: hue angle of 320º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496CA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228150202-
CMYK00.340.110.11
HSL320º59.09%74.12%-
HSV(B)320º34.21%89.41%-
XYZ53.5642.5761.27-
YUV179.25140.84162.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.31%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=39.31%
G=25.86%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815020200.340.110.1132059.0974.12
HexE496CA022BB1403b4a
Octal344226312042131350073112
Binary1110010010010110110010100100010101110111010000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496CA; }

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

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

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

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

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

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

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

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