#E79FCC

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

Shades of Shocking #E79FCC

Tints of Shocking #E79FCC

Color information

#E79FCC (or 0xE79FCC) is unknown color: approx Shocking. HEX triplet: E7, 9F and CC. RGB value is (231,159,204). Sum of RGB (Red+Green+Blue) = 231+159+204=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FCC is #186033. Grayscale: #B9B9B9. Windows color (decimal): -1597492 or 13410279. OLE color: 13410279.

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

Color convert

RGB231159204-
CMYK00.310.120.09
HSL322.5º60%76.47%-
HSV(B)322.5º31.17%90.59%-
XYZ56.2546.1463.07-
YUV185.66138.35160.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=38.89%
G=26.77%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115920400.310.120.09322.56076.47
HexE79FCC01FC91423c4c
Octal347237314037141150274114
Binary111001111001111111001100011111110010011010000101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FCC; }

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

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

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

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

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

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

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

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