Shades of Deep Blush #E6708E
Tints of Deep Blush #E6708E
RGB
CMYK
RGB Variations
Color information
#E6708E (or 0xE6708E) is known color: Deep Blush. HEX triplet: E6, 70 and 8E. RGB value is (230,112,142). Sum of RGB (Red+Green+Blue) = 230+112+142=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708E is #198F71. Grayscale: #969696. Windows color (decimal): -1675122 or 9335014. OLE color: 9335014.
HSL color Cylindrical-coordinate representation of color #E6708E: hue angle of 344.75º 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 #E6708E is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 142 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.10 |
| HSL | 344.75º | 0.7% | 0.67% | - |
| HSV(B) | 344.75º | 0.51% | 0.9% | - |
| XYZ | 43.31 | 30.36 | 29.17 | - |
| YUV | 150.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 142 | 0 | 0.51 | 0.38 | 0.10 | 344.75 | 0.7 | 0.67 |
| Hex | E6 | 70 | 8E | 0 | 33 | 26 | A | 159 | 46 | 43 |
| Octal | 346 | 160 | 216 | 0 | 63 | 46 | 12 | 531 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10001110 | 0 | 110011 | 100110 | 1010 | 101011001 | 1000110 | 1000011 |
Color Harmonies of #E6708E
Complementary color
Monochromatic Colors of #E6708E
Black with #E6708E
Text Example
Text Example
White with #E6708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6708E; }
p { color: rgb(230,112,142); }
H1.HeaderClassName
{
color: #E6708E;
}
.AnyTagClassName
{
color: #E6708E;
}
</style>
background-color css
<style>
a { background-color: #E6708E; }
a { background-color: rgb(230,112,142); }
div.DivClassName
{
background-color: #E6708E;
}
.BgClassName
{
background-color: #E6708E;
}
</style>
border-color css
<style>
span { border-color: #E6708E; }
span { border-color: rgb(230,112,142); }
td.TdClassName
{
border-color: #E6708E;
}
.TagClassName
{
border-color: #E6708E;
}
</style>