Shades of Deep Blush #E7718D
Tints of Deep Blush #E7718D
RGB
CMYK
RGB Variations
Color information
#E7718D (or 0xE7718D) is known color: Deep Blush. HEX triplet: E7, 71 and 8D. RGB value is (231,113,141). Sum of RGB (Red+Green+Blue) = 231+113+141=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7718D is #188E72. Grayscale: #979797. Windows color (decimal): -1609331 or 9269735. OLE color: 9269735.
HSL color Cylindrical-coordinate representation of color #E7718D: hue angle of 345.76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7718D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 141 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.09 |
| HSL | 345.76º | 0.71% | 0.67% | - |
| HSV(B) | 345.76º | 0.51% | 0.91% | - |
| XYZ | 43.67 | 30.72 | 28.83 | - |
| YUV | 151.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 141 | 0 | 0.51 | 0.39 | 0.09 | 345.76 | 0.71 | 0.67 |
| Hex | E7 | 71 | 8D | 0 | 33 | 27 | 9 | 15A | 47 | 43 |
| Octal | 347 | 161 | 215 | 0 | 63 | 47 | 11 | 532 | 107 | 103 |
| Binary | 11100111 | 1110001 | 10001101 | 0 | 110011 | 100111 | 1001 | 101011010 | 1000111 | 1000011 |
Color Harmonies of #E7718D
Complementary color
Monochromatic Colors of #E7718D
Black with #E7718D
Text Example
Text Example
White with #E7718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7718D; }
p { color: rgb(231,113,141); }
H1.HeaderClassName
{
color: #E7718D;
}
.AnyTagClassName
{
color: #E7718D;
}
</style>
background-color css
<style>
a { background-color: #E7718D; }
a { background-color: rgb(231,113,141); }
div.DivClassName
{
background-color: #E7718D;
}
.BgClassName
{
background-color: #E7718D;
}
</style>
border-color css
<style>
span { border-color: #E7718D; }
span { border-color: rgb(231,113,141); }
td.TdClassName
{
border-color: #E7718D;
}
.TagClassName
{
border-color: #E7718D;
}
</style>