#E79BCC

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

Shades of Shocking #E79BCC

Tints of Shocking #E79BCC

Color information

#E79BCC (or 0xE79BCC) is unknown color: approx Shocking. HEX triplet: E7, 9B and CC. RGB value is (231,155,204). Sum of RGB (Red+Green+Blue) = 231+155+204=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BCC is #186433. Grayscale: #B7B7B7. Windows color (decimal): -1598516 or 13409255. OLE color: 13409255.

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

Color convert

RGB231155204-
CMYK00.330.120.09
HSL321.32º61.29%75.69%-
HSV(B)321.32º32.9%90.59%-
XYZ55.5844.7962.84-
YUV183.31139.68162.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=39.15%
G=26.27%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115520400.330.120.09321.3261.2975.69
HexE79BCC021C91413d4c
Octal347233314041141150175114
Binary1110011110011011110011000100001110010011010000011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79BCC; }

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

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

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

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

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

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

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

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