#E796CA

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

Shades of Shocking #E796CA

Tints of Shocking #E796CA

Color information

#E796CA (or 0xE796CA) is unknown color: approx Shocking. HEX triplet: E7, 96 and CA. RGB value is (231,150,202). Sum of RGB (Red+Green+Blue) = 231+150+202=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E796CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796CA is #186935. Grayscale: #B4B4B4. Windows color (decimal): -1599798 or 13276903. OLE color: 13276903.

HSL color Cylindrical-coordinate representation of color #E796CA: hue angle of 321.48º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796CA is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231150202-
CMYK00.350.130.09
HSL321.48º62.79%74.71%-
HSV(B)321.48º35.06%90.59%-
XYZ54.5243.0761.32-
YUV180.15140.34164.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=39.62%
G=25.73%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115020200.350.130.09321.4862.7974.71
HexE796CA023D91413f4b
Octal347226312043151150177113
Binary1110011110010110110010100100011110110011010000011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796CA; }

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

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

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

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

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

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

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

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