Shades of Deep Blush #ED7487
Tints of Deep Blush #ED7487
RGB
CMYK
RGB Variations
Color information
#ED7487 (or 0xED7487) is known color: Deep Blush. HEX triplet: ED, 74 and 87. RGB value is (237,116,135). Sum of RGB (Red+Green+Blue) = 237+116+135=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7487 is #128B78. Grayscale: #9A9A9A. Windows color (decimal): -1215353 or 8877293. OLE color: 8877293.
HSL color Cylindrical-coordinate representation of color #ED7487: hue angle of 350.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7487 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 135 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.07 |
| HSL | 350.58º | 0.77% | 0.69% | - |
| HSV(B) | 350.58º | 0.51% | 0.93% | - |
| XYZ | 45.54 | 32.24 | 26.75 | - |
| YUV | 154.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 135 | 0 | 0.51 | 0.43 | 0.07 | 350.58 | 0.77 | 0.69 |
| Hex | ED | 74 | 87 | 0 | 33 | 2B | 7 | 15F | 4D | 45 |
| Octal | 355 | 164 | 207 | 0 | 63 | 53 | 7 | 537 | 115 | 105 |
| Binary | 11101101 | 1110100 | 10000111 | 0 | 110011 | 101011 | 111 | 101011111 | 1001101 | 1000101 |
Color Harmonies of #ED7487
Complementary color
Monochromatic Colors of #ED7487
Black with #ED7487
Text Example
Text Example
White with #ED7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7487; }
p { color: rgb(237,116,135); }
H1.HeaderClassName
{
color: #ED7487;
}
.AnyTagClassName
{
color: #ED7487;
}
</style>
background-color css
<style>
a { background-color: #ED7487; }
a { background-color: rgb(237,116,135); }
div.DivClassName
{
background-color: #ED7487;
}
.BgClassName
{
background-color: #ED7487;
}
</style>
border-color css
<style>
span { border-color: #ED7487; }
span { border-color: rgb(237,116,135); }
td.TdClassName
{
border-color: #ED7487;
}
.TagClassName
{
border-color: #ED7487;
}
</style>