#E79EBD

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

Shades of Shocking #E79EBD

Tints of Shocking #E79EBD

Color information

#E79EBD (or 0xE79EBD) is unknown color: approx Shocking. HEX triplet: E7, 9E and BD. RGB value is (231,158,189). Sum of RGB (Red+Green+Blue) = 231+158+189=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EBD is #186142. Grayscale: #B7B7B7. Windows color (decimal): -1597763 or 12426983. OLE color: 12426983.

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

Color convert

RGB231158189-
CMYK00.320.180.09
HSL334.52º60.33%76.27%-
HSV(B)334.52º31.6%90.59%-
XYZ54.3745.1253.99-
YUV183.36131.18161.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=39.97%
G=27.34%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115818900.320.180.09334.5260.3376.27
HexE79EBD02012914f3c4c
Octal347236275040221151774114
Binary11100111100111101011110101000001001010011010011111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EBD; }

 p { color: rgb(231,158,189); }

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

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

 a { background-color: rgb(231,158,189); }

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

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

 span { border-color: rgb(231,158,189); }

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