#E796C1

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

Shades of Shocking #E796C1

Tints of Shocking #E796C1

Color information

#E796C1 (or 0xE796C1) is unknown color: approx Shocking. HEX triplet: E7, 96 and C1. RGB value is (231,150,193). Sum of RGB (Red+Green+Blue) = 231+150+193=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E796C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796C1 is #18693E. Grayscale: #B3B3B3. Windows color (decimal): -1599807 or 12687079. OLE color: 12687079.

HSL color Cylindrical-coordinate representation of color #E796C1: hue angle of 328.15º 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 #E796C1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB231150193-
CMYK00.350.160.09
HSL328.15º62.79%74.71%-
HSV(B)328.15º35.06%90.59%-
XYZ53.4942.6555.87-
YUV179.12135.84165-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 193 (75.78% from 255) = 33.62%
R=40.24%
G=26.13%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115019300.350.160.09328.1562.7974.71
HexE796C10231091483f4b
Octal347226301043201151077113
Binary11100111100101101100000101000111000010011010010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796C1; }

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

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

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

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

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

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

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

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