Shades of Deep Blush #E7708D
Tints of Deep Blush #E7708D
RGB
CMYK
RGB Variations
Color information
#E7708D (or 0xE7708D) is known color: Deep Blush. HEX triplet: E7, 70 and 8D. RGB value is (231,112,141). Sum of RGB (Red+Green+Blue) = 231+112+141=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7708D is #188F72. Grayscale: #969696. Windows color (decimal): -1609587 or 9269479. OLE color: 9269479.
HSL color Cylindrical-coordinate representation of color #E7708D: hue angle of 345.38º degrees, saturation: 0.71, 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 #E7708D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 141 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 345.38º | 0.71% | 0.67% | - |
| HSV(B) | 345.38º | 0.52% | 0.91% | - |
| XYZ | 43.56 | 30.5 | 28.79 | - |
| YUV | 150.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 141 | 0 | 0.52 | 0.39 | 0.09 | 345.38 | 0.71 | 0.67 |
| Hex | E7 | 70 | 8D | 0 | 34 | 27 | 9 | 159 | 47 | 43 |
| Octal | 347 | 160 | 215 | 0 | 64 | 47 | 11 | 531 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10001101 | 0 | 110100 | 100111 | 1001 | 101011001 | 1000111 | 1000011 |
Color Harmonies of #E7708D
Complementary color
Monochromatic Colors of #E7708D
Black with #E7708D
Text Example
Text Example
White with #E7708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7708D; }
p { color: rgb(231,112,141); }
H1.HeaderClassName
{
color: #E7708D;
}
.AnyTagClassName
{
color: #E7708D;
}
</style>
background-color css
<style>
a { background-color: #E7708D; }
a { background-color: rgb(231,112,141); }
div.DivClassName
{
background-color: #E7708D;
}
.BgClassName
{
background-color: #E7708D;
}
</style>
border-color css
<style>
span { border-color: #E7708D; }
span { border-color: rgb(231,112,141); }
td.TdClassName
{
border-color: #E7708D;
}
.TagClassName
{
border-color: #E7708D;
}
</style>