#E796BC

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

Shades of Shocking #E796BC

Tints of Shocking #E796BC

Color information

#E796BC (or 0xE796BC) is unknown color: approx Shocking. HEX triplet: E7, 96 and BC. RGB value is (231,150,188). Sum of RGB (Red+Green+Blue) = 231+150+188=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E796BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796BC is #186943. Grayscale: #B2B2B2. Windows color (decimal): -1599812 or 12359399. OLE color: 12359399.

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

Color convert

RGB231150188-
CMYK00.350.190.09
HSL331.85º62.79%74.71%-
HSV(B)331.85º35.06%90.59%-
XYZ52.9442.4352.98-
YUV178.55133.34165.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=40.60%
G=26.36%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115018800.350.190.09331.8562.7974.71
HexE796BC02313914c3f4b
Octal347226274043231151477113
Binary11100111100101101011110001000111001110011010011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796BC; }

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

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

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

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

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

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

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

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