Shades of Deep Blush #E6708D
Tints of Deep Blush #E6708D
RGB
CMYK
RGB Variations
Color information
#E6708D (or 0xE6708D) is known color: Deep Blush. HEX triplet: E6, 70 and 8D. RGB value is (230,112,141). Sum of RGB (Red+Green+Blue) = 230+112+141=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708D is #198F72. Grayscale: #969696. Windows color (decimal): -1675123 or 9269478. OLE color: 9269478.
HSL color Cylindrical-coordinate representation of color #E6708D: hue angle of 345.25º 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 #E6708D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 141 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.10 |
| HSL | 345.25º | 0.7% | 0.67% | - |
| HSV(B) | 345.25º | 0.51% | 0.9% | - |
| XYZ | 43.24 | 30.33 | 28.78 | - |
| YUV | 150.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 141 | 0 | 0.51 | 0.39 | 0.10 | 345.25 | 0.7 | 0.67 |
| Hex | E6 | 70 | 8D | 0 | 33 | 27 | A | 159 | 46 | 43 |
| Octal | 346 | 160 | 215 | 0 | 63 | 47 | 12 | 531 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10001101 | 0 | 110011 | 100111 | 1010 | 101011001 | 1000110 | 1000011 |
Color Harmonies of #E6708D
Complementary color
Monochromatic Colors of #E6708D
Black with #E6708D
Text Example
Text Example
White with #E6708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6708D; }
p { color: rgb(230,112,141); }
H1.HeaderClassName
{
color: #E6708D;
}
.AnyTagClassName
{
color: #E6708D;
}
</style>
background-color css
<style>
a { background-color: #E6708D; }
a { background-color: rgb(230,112,141); }
div.DivClassName
{
background-color: #E6708D;
}
.BgClassName
{
background-color: #E6708D;
}
</style>
border-color css
<style>
span { border-color: #E6708D; }
span { border-color: rgb(230,112,141); }
td.TdClassName
{
border-color: #E6708D;
}
.TagClassName
{
border-color: #E6708D;
}
</style>