Shades of Deep Blush #ED708A
Tints of Deep Blush #ED708A
RGB
CMYK
RGB Variations
Color information
#ED708A (or 0xED708A) is known color: Deep Blush. HEX triplet: ED, 70 and 8A. RGB value is (237,112,138). Sum of RGB (Red+Green+Blue) = 237+112+138=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708A is #128F75. Grayscale: #989898. Windows color (decimal): -1216374 or 9072877. OLE color: 9072877.
HSL color Cylindrical-coordinate representation of color #ED708A: hue angle of 347.52º 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 #ED708A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 138 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.07 |
| HSL | 347.52º | 0.78% | 0.68% | - |
| HSV(B) | 347.52º | 0.53% | 0.93% | - |
| XYZ | 45.31 | 31.43 | 27.72 | - |
| YUV | 152.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 138 | 0 | 0.53 | 0.42 | 0.07 | 347.52 | 0.78 | 0.68 |
| Hex | ED | 70 | 8A | 0 | 35 | 2A | 7 | 15C | 4E | 44 |
| Octal | 355 | 160 | 212 | 0 | 65 | 52 | 7 | 534 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10001010 | 0 | 110101 | 101010 | 111 | 101011100 | 1001110 | 1000100 |
Color Harmonies of #ED708A
Complementary color
Monochromatic Colors of #ED708A
Black with #ED708A
Text Example
Text Example
White with #ED708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED708A; }
p { color: rgb(237,112,138); }
H1.HeaderClassName
{
color: #ED708A;
}
.AnyTagClassName
{
color: #ED708A;
}
</style>
background-color css
<style>
a { background-color: #ED708A; }
a { background-color: rgb(237,112,138); }
div.DivClassName
{
background-color: #ED708A;
}
.BgClassName
{
background-color: #ED708A;
}
</style>
border-color css
<style>
span { border-color: #ED708A; }
span { border-color: rgb(237,112,138); }
td.TdClassName
{
border-color: #ED708A;
}
.TagClassName
{
border-color: #ED708A;
}
</style>