#E79DBC

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

Shades of Shocking #E79DBC

Tints of Shocking #E79DBC

Color information

#E79DBC (or 0xE79DBC) is unknown color: approx Shocking. HEX triplet: E7, 9D and BC. RGB value is (231,157,188). Sum of RGB (Red+Green+Blue) = 231+157+188=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DBC is #186243. Grayscale: #B6B6B6. Windows color (decimal): -1598020 or 12361191. OLE color: 12361191.

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

Color convert

RGB231157188-
CMYK00.320.190.09
HSL334.86º60.66%76.08%-
HSV(B)334.86º32.03%90.59%-
XYZ54.0944.7353.36-
YUV182.66131.02162.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=40.10%
G=27.26%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115718800.320.190.09334.8660.6676.08
HexE79DBC02013914f3d4c
Octal347235274040231151775114
Binary11100111100111011011110001000001001110011010011111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DBC; }

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

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

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

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

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

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

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

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