Shades of Deep Blush #E8718D
Tints of Deep Blush #E8718D
RGB
CMYK
RGB Variations
Color information
#E8718D (or 0xE8718D) is known color: Deep Blush. HEX triplet: E8, 71 and 8D. RGB value is (232,113,141). Sum of RGB (Red+Green+Blue) = 232+113+141=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8718D is #178E72. Grayscale: #979797. Windows color (decimal): -1543795 or 9269736. OLE color: 9269736.
HSL color Cylindrical-coordinate representation of color #E8718D: hue angle of 345.88º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8718D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 141 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.09 |
| HSL | 345.88º | 0.72% | 0.68% | - |
| HSV(B) | 345.88º | 0.51% | 0.91% | - |
| XYZ | 43.99 | 30.89 | 28.84 | - |
| YUV | 151.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 141 | 0 | 0.51 | 0.39 | 0.09 | 345.88 | 0.72 | 0.68 |
| Hex | E8 | 71 | 8D | 0 | 33 | 27 | 9 | 15A | 48 | 44 |
| Octal | 350 | 161 | 215 | 0 | 63 | 47 | 11 | 532 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10001101 | 0 | 110011 | 100111 | 1001 | 101011010 | 1001000 | 1000100 |
Color Harmonies of #E8718D
Complementary color
Monochromatic Colors of #E8718D
Black with #E8718D
Text Example
Text Example
White with #E8718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8718D; }
p { color: rgb(232,113,141); }
H1.HeaderClassName
{
color: #E8718D;
}
.AnyTagClassName
{
color: #E8718D;
}
</style>
background-color css
<style>
a { background-color: #E8718D; }
a { background-color: rgb(232,113,141); }
div.DivClassName
{
background-color: #E8718D;
}
.BgClassName
{
background-color: #E8718D;
}
</style>
border-color css
<style>
span { border-color: #E8718D; }
span { border-color: rgb(232,113,141); }
td.TdClassName
{
border-color: #E8718D;
}
.TagClassName
{
border-color: #E8718D;
}
</style>