Shades of Deep Blush #E6708C
Tints of Deep Blush #E6708C
RGB
CMYK
RGB Variations
Color information
#E6708C (or 0xE6708C) is known color: Deep Blush. HEX triplet: E6, 70 and 8C. RGB value is (230,112,140). Sum of RGB (Red+Green+Blue) = 230+112+140=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708C is #198F73. Grayscale: #969696. Windows color (decimal): -1675124 or 9203942. OLE color: 9203942.
HSL color Cylindrical-coordinate representation of color #E6708C: hue angle of 345.76º 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 #E6708C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 140 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.10 |
| HSL | 345.76º | 0.7% | 0.67% | - |
| HSV(B) | 345.76º | 0.51% | 0.9% | - |
| XYZ | 43.16 | 30.3 | 28.39 | - |
| YUV | 150.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 140 | 0 | 0.51 | 0.39 | 0.10 | 345.76 | 0.7 | 0.67 |
| Hex | E6 | 70 | 8C | 0 | 33 | 27 | A | 15A | 46 | 43 |
| Octal | 346 | 160 | 214 | 0 | 63 | 47 | 12 | 532 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10001100 | 0 | 110011 | 100111 | 1010 | 101011010 | 1000110 | 1000011 |
Color Harmonies of #E6708C
Complementary color
Monochromatic Colors of #E6708C
Black with #E6708C
Text Example
Text Example
White with #E6708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6708C; }
p { color: rgb(230,112,140); }
H1.HeaderClassName
{
color: #E6708C;
}
.AnyTagClassName
{
color: #E6708C;
}
</style>
background-color css
<style>
a { background-color: #E6708C; }
a { background-color: rgb(230,112,140); }
div.DivClassName
{
background-color: #E6708C;
}
.BgClassName
{
background-color: #E6708C;
}
</style>
border-color css
<style>
span { border-color: #E6708C; }
span { border-color: rgb(230,112,140); }
td.TdClassName
{
border-color: #E6708C;
}
.TagClassName
{
border-color: #E6708C;
}
</style>