Shades of Deep Blush #E8708E
Tints of Deep Blush #E8708E
RGB
CMYK
RGB Variations
Color information
#E8708E (or 0xE8708E) is known color: Deep Blush. HEX triplet: E8, 70 and 8E. RGB value is (232,112,142). Sum of RGB (Red+Green+Blue) = 232+112+142=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8708E is #178F71. Grayscale: #979797. Windows color (decimal): -1544050 or 9335016. OLE color: 9335016.
HSL color Cylindrical-coordinate representation of color #E8708E: hue angle of 345º 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 #E8708E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 142 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 345º | 0.72% | 0.67% | - |
| HSV(B) | 345º | 0.52% | 0.91% | - |
| XYZ | 43.96 | 30.7 | 29.2 | - |
| YUV | 151.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 142 | 0 | 0.52 | 0.39 | 0.09 | 345 | 0.72 | 0.67 |
| Hex | E8 | 70 | 8E | 0 | 34 | 27 | 9 | 159 | 48 | 43 |
| Octal | 350 | 160 | 216 | 0 | 64 | 47 | 11 | 531 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10001110 | 0 | 110100 | 100111 | 1001 | 101011001 | 1001000 | 1000011 |
Color Harmonies of #E8708E
Complementary color
Monochromatic Colors of #E8708E
Black with #E8708E
Text Example
Text Example
White with #E8708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8708E; }
p { color: rgb(232,112,142); }
H1.HeaderClassName
{
color: #E8708E;
}
.AnyTagClassName
{
color: #E8708E;
}
</style>
background-color css
<style>
a { background-color: #E8708E; }
a { background-color: rgb(232,112,142); }
div.DivClassName
{
background-color: #E8708E;
}
.BgClassName
{
background-color: #E8708E;
}
</style>
border-color css
<style>
span { border-color: #E8708E; }
span { border-color: rgb(232,112,142); }
td.TdClassName
{
border-color: #E8708E;
}
.TagClassName
{
border-color: #E8708E;
}
</style>