Shades of Deep Blush #E7708E
Tints of Deep Blush #E7708E
RGB
CMYK
RGB Variations
Color information
#E7708E (or 0xE7708E) is known color: Deep Blush. HEX triplet: E7, 70 and 8E. RGB value is (231,112,142). Sum of RGB (Red+Green+Blue) = 231+112+142=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7708E is #188F71. Grayscale: #979797. Windows color (decimal): -1609586 or 9335015. OLE color: 9335015.
HSL color Cylindrical-coordinate representation of color #E7708E: hue angle of 344.87º 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 #E7708E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 142 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 344.87º | 0.71% | 0.67% | - |
| HSV(B) | 344.87º | 0.52% | 0.91% | - |
| XYZ | 43.63 | 30.53 | 29.18 | - |
| YUV | 151 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 142 | 0 | 0.52 | 0.39 | 0.09 | 344.87 | 0.71 | 0.67 |
| Hex | E7 | 70 | 8E | 0 | 34 | 27 | 9 | 159 | 47 | 43 |
| Octal | 347 | 160 | 216 | 0 | 64 | 47 | 11 | 531 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10001110 | 0 | 110100 | 100111 | 1001 | 101011001 | 1000111 | 1000011 |
Color Harmonies of #E7708E
Complementary color
Monochromatic Colors of #E7708E
Black with #E7708E
Text Example
Text Example
White with #E7708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7708E; }
p { color: rgb(231,112,142); }
H1.HeaderClassName
{
color: #E7708E;
}
.AnyTagClassName
{
color: #E7708E;
}
</style>
background-color css
<style>
a { background-color: #E7708E; }
a { background-color: rgb(231,112,142); }
div.DivClassName
{
background-color: #E7708E;
}
.BgClassName
{
background-color: #E7708E;
}
</style>
border-color css
<style>
span { border-color: #E7708E; }
span { border-color: rgb(231,112,142); }
td.TdClassName
{
border-color: #E7708E;
}
.TagClassName
{
border-color: #E7708E;
}
</style>