#e8708c

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

Shades of Deep Blush #E8708C

Tints of Deep Blush #E8708C

Color information

#E8708C (or 0xE8708C) is unknown color: approx Deep Blush. HEX triplet: E8, 70 and 8C. RGB value is (232,112,140). Sum of RGB (Red+Green+Blue) = 232+112+140=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8708C is #178F73. Grayscale: #979797. Windows color (decimal): -1544052 or 9203944. OLE color: 9203944.

HSL color Cylindrical-coordinate representation of color #E8708C: hue angle of 346º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8708C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232112140-
CMYK00.520.400.09
HSL346º72.29%67.45%-
HSV(B)346º51.72%90.98%-
XYZ43.8130.6428.42-
YUV151.07121.76185.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.93%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=47.93%
G=23.14%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211214000.520.400.0934672.2967.45
HexE8708C03428915a4843
Octal3501602140645011532110103
Binary111010001110000100011000110100101000100110101101010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8708c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8708c; }

 p { color: rgb(232,112,140); }

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

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

 a { background-color: rgb(232,112,140); }

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

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

 span { border-color: rgb(232,112,140); }

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