#E79DCC

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

Shades of Shocking #E79DCC

Tints of Shocking #E79DCC

Color information

#E79DCC (or 0xE79DCC) is unknown color: approx Shocking. HEX triplet: E7, 9D and CC. RGB value is (231,157,204). Sum of RGB (Red+Green+Blue) = 231+157+204=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DCC is #186233. Grayscale: #B8B8B8. Windows color (decimal): -1598004 or 13409767. OLE color: 13409767.

HSL color Cylindrical-coordinate representation of color #E79DCC: hue angle of 321.89º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79DCC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231157204-
CMYK00.320.120.09
HSL321.89º60.66%76.08%-
HSV(B)321.89º32.03%90.59%-
XYZ55.9145.4662.96-
YUV184.48139.02161.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=39.02%
G=26.52%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115720400.320.120.09321.8960.6676.08
HexE79DCC020C91423d4c
Octal347235314040141150275114
Binary1110011110011101110011000100000110010011010000101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DCC; }

 p { color: rgb(231,157,204); }

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

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

 a { background-color: rgb(231,157,204); }

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

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

 span { border-color: rgb(231,157,204); }

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