Shades of Deep Blush #E8708F
Tints of Deep Blush #E8708F
RGB
CMYK
RGB Variations
Color information
#E8708F (or 0xE8708F) is known color: Deep Blush. HEX triplet: E8, 70 and 8F. RGB value is (232,112,143). Sum of RGB (Red+Green+Blue) = 232+112+143=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8708F is #178F70. Grayscale: #979797. Windows color (decimal): -1544049 or 9400552. OLE color: 9400552.
HSL color Cylindrical-coordinate representation of color #E8708F: hue angle of 344.5º 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 #E8708F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 143 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.09 |
| HSL | 344.5º | 0.72% | 0.67% | - |
| HSV(B) | 344.5º | 0.52% | 0.91% | - |
| XYZ | 44.03 | 30.73 | 29.6 | - |
| YUV | 151.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 143 | 0 | 0.52 | 0.38 | 0.09 | 344.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | 8F | 0 | 34 | 26 | 9 | 158 | 48 | 43 |
| Octal | 350 | 160 | 217 | 0 | 64 | 46 | 11 | 530 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10001111 | 0 | 110100 | 100110 | 1001 | 101011000 | 1001000 | 1000011 |
Color Harmonies of #E8708F
Complementary color
Monochromatic Colors of #E8708F
Black with #E8708F
Text Example
Text Example
White with #E8708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8708F; }
p { color: rgb(232,112,143); }
H1.HeaderClassName
{
color: #E8708F;
}
.AnyTagClassName
{
color: #E8708F;
}
</style>
background-color css
<style>
a { background-color: #E8708F; }
a { background-color: rgb(232,112,143); }
div.DivClassName
{
background-color: #E8708F;
}
.BgClassName
{
background-color: #E8708F;
}
</style>
border-color css
<style>
span { border-color: #E8708F; }
span { border-color: rgb(232,112,143); }
td.TdClassName
{
border-color: #E8708F;
}
.TagClassName
{
border-color: #E8708F;
}
</style>