Shades of Deep Blush #E6708B
Tints of Deep Blush #E6708B
RGB
CMYK
RGB Variations
Color information
#E6708B (or 0xE6708B) is known color: Deep Blush. HEX triplet: E6, 70 and 8B. RGB value is (230,112,139). Sum of RGB (Red+Green+Blue) = 230+112+139=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708B is #198F74. Grayscale: #969696. Windows color (decimal): -1675125 or 9138406. OLE color: 9138406.
HSL color Cylindrical-coordinate representation of color #E6708B: hue angle of 346.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6708B is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 139 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.10 |
| HSL | 346.27º | 0.7% | 0.67% | - |
| HSV(B) | 346.27º | 0.51% | 0.9% | - |
| XYZ | 43.09 | 30.28 | 28 | - |
| YUV | 150.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 139 | 0 | 0.51 | 0.40 | 0.10 | 346.27 | 0.7 | 0.67 |
| Hex | E6 | 70 | 8B | 0 | 33 | 28 | A | 15A | 46 | 43 |
| Octal | 346 | 160 | 213 | 0 | 63 | 50 | 12 | 532 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10001011 | 0 | 110011 | 101000 | 1010 | 101011010 | 1000110 | 1000011 |
Color Harmonies of #E6708B
Complementary color
Monochromatic Colors of #E6708B
Black with #E6708B
Text Example
Text Example
White with #E6708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6708B; }
p { color: rgb(230,112,139); }
H1.HeaderClassName
{
color: #E6708B;
}
.AnyTagClassName
{
color: #E6708B;
}
</style>
background-color css
<style>
a { background-color: #E6708B; }
a { background-color: rgb(230,112,139); }
div.DivClassName
{
background-color: #E6708B;
}
.BgClassName
{
background-color: #E6708B;
}
</style>
border-color css
<style>
span { border-color: #E6708B; }
span { border-color: rgb(230,112,139); }
td.TdClassName
{
border-color: #E6708B;
}
.TagClassName
{
border-color: #E6708B;
}
</style>