Shades of Deep Blush #ED708B
Tints of Deep Blush #ED708B
RGB
CMYK
RGB Variations
Color information
#ED708B (or 0xED708B) is known color: Deep Blush. HEX triplet: ED, 70 and 8B. RGB value is (237,112,139). Sum of RGB (Red+Green+Blue) = 237+112+139=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708B is #128F74. Grayscale: #989898. Windows color (decimal): -1216373 or 9138413. OLE color: 9138413.
HSL color Cylindrical-coordinate representation of color #ED708B: hue angle of 347.04º 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 #ED708B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 139 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.07 |
| HSL | 347.04º | 0.78% | 0.68% | - |
| HSV(B) | 347.04º | 0.53% | 0.93% | - |
| XYZ | 45.38 | 31.46 | 28.11 | - |
| YUV | 152.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 139 | 0 | 0.53 | 0.41 | 0.07 | 347.04 | 0.78 | 0.68 |
| Hex | ED | 70 | 8B | 0 | 35 | 29 | 7 | 15B | 4E | 44 |
| Octal | 355 | 160 | 213 | 0 | 65 | 51 | 7 | 533 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10001011 | 0 | 110101 | 101001 | 111 | 101011011 | 1001110 | 1000100 |
Color Harmonies of #ED708B
Complementary color
Monochromatic Colors of #ED708B
Black with #ED708B
Text Example
Text Example
White with #ED708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED708B; }
p { color: rgb(237,112,139); }
H1.HeaderClassName
{
color: #ED708B;
}
.AnyTagClassName
{
color: #ED708B;
}
</style>
background-color css
<style>
a { background-color: #ED708B; }
a { background-color: rgb(237,112,139); }
div.DivClassName
{
background-color: #ED708B;
}
.BgClassName
{
background-color: #ED708B;
}
</style>
border-color css
<style>
span { border-color: #ED708B; }
span { border-color: rgb(237,112,139); }
td.TdClassName
{
border-color: #ED708B;
}
.TagClassName
{
border-color: #ED708B;
}
</style>