Shades of Deep Blush #E7708C
Tints of Deep Blush #E7708C
RGB
CMYK
RGB Variations
Color information
#E7708C (or 0xE7708C) is known color: Deep Blush. HEX triplet: E7, 70 and 8C. RGB value is (231,112,140). Sum of RGB (Red+Green+Blue) = 231+112+140=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7708C is #188F73. Grayscale: #969696. Windows color (decimal): -1609588 or 9203943. OLE color: 9203943.
HSL color Cylindrical-coordinate representation of color #E7708C: hue angle of 345.88º 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 #E7708C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 140 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 345.88º | 0.71% | 0.67% | - |
| HSV(B) | 345.88º | 0.52% | 0.91% | - |
| XYZ | 43.48 | 30.47 | 28.4 | - |
| YUV | 150.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 140 | 0 | 0.52 | 0.39 | 0.09 | 345.88 | 0.71 | 0.67 |
| Hex | E7 | 70 | 8C | 0 | 34 | 27 | 9 | 15A | 47 | 43 |
| Octal | 347 | 160 | 214 | 0 | 64 | 47 | 11 | 532 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10001100 | 0 | 110100 | 100111 | 1001 | 101011010 | 1000111 | 1000011 |
Color Harmonies of #E7708C
Complementary color
Monochromatic Colors of #E7708C
Black with #E7708C
Text Example
Text Example
White with #E7708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7708C; }
p { color: rgb(231,112,140); }
H1.HeaderClassName
{
color: #E7708C;
}
.AnyTagClassName
{
color: #E7708C;
}
</style>
background-color css
<style>
a { background-color: #E7708C; }
a { background-color: rgb(231,112,140); }
div.DivClassName
{
background-color: #E7708C;
}
.BgClassName
{
background-color: #E7708C;
}
</style>
border-color css
<style>
span { border-color: #E7708C; }
span { border-color: rgb(231,112,140); }
td.TdClassName
{
border-color: #E7708C;
}
.TagClassName
{
border-color: #E7708C;
}
</style>