Shades of Deep Blush #ED708E
Tints of Deep Blush #ED708E
RGB
CMYK
RGB Variations
Color information
#ED708E (or 0xED708E) is known color: Deep Blush. HEX triplet: ED, 70 and 8E. RGB value is (237,112,142). Sum of RGB (Red+Green+Blue) = 237+112+142=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708E is #128F71. Grayscale: #989898. Windows color (decimal): -1216370 or 9335021. OLE color: 9335021.
HSL color Cylindrical-coordinate representation of color #ED708E: hue angle of 345.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED708E is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 142 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.07 |
| HSL | 345.6º | 0.78% | 0.68% | - |
| HSV(B) | 345.6º | 0.53% | 0.93% | - |
| XYZ | 45.6 | 31.55 | 29.28 | - |
| YUV | 152.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 142 | 0 | 0.53 | 0.40 | 0.07 | 345.6 | 0.78 | 0.68 |
| Hex | ED | 70 | 8E | 0 | 35 | 28 | 7 | 15A | 4E | 44 |
| Octal | 355 | 160 | 216 | 0 | 65 | 50 | 7 | 532 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10001110 | 0 | 110101 | 101000 | 111 | 101011010 | 1001110 | 1000100 |
Color Harmonies of #ED708E
Complementary color
Monochromatic Colors of #ED708E
Black with #ED708E
Text Example
Text Example
White with #ED708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED708E; }
p { color: rgb(237,112,142); }
H1.HeaderClassName
{
color: #ED708E;
}
.AnyTagClassName
{
color: #ED708E;
}
</style>
background-color css
<style>
a { background-color: #ED708E; }
a { background-color: rgb(237,112,142); }
div.DivClassName
{
background-color: #ED708E;
}
.BgClassName
{
background-color: #ED708E;
}
</style>
border-color css
<style>
span { border-color: #ED708E; }
span { border-color: rgb(237,112,142); }
td.TdClassName
{
border-color: #ED708E;
}
.TagClassName
{
border-color: #ED708E;
}
</style>