Shades of Deep Blush #E8708C
Tints of Deep Blush #E8708C
RGB
CMYK
RGB Variations
Color information
#E8708C (or 0xE8708C) is known color: 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
| RGB | 232 | 112 | 140 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.09 |
| HSL | 346º | 0.72% | 0.67% | - |
| HSV(B) | 346º | 0.52% | 0.91% | - |
| XYZ | 43.81 | 30.64 | 28.42 | - |
| YUV | 151.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 140 | 0 | 0.52 | 0.40 | 0.09 | 346 | 0.72 | 0.67 |
| Hex | E8 | 70 | 8C | 0 | 34 | 28 | 9 | 15A | 48 | 43 |
| Octal | 350 | 160 | 214 | 0 | 64 | 50 | 11 | 532 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10001100 | 0 | 110100 | 101000 | 1001 | 101011010 | 1001000 | 1000011 |
Color Harmonies of #E8708C
Complementary color
Monochromatic Colors of #E8708C
Black with #E8708C
Text Example
Text Example
White with #E8708C
Text Example
Text Example
HTML Codes & Css Web 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>