Shades of Deep Blush #ED7490
Tints of Deep Blush #ED7490
RGB
CMYK
RGB Variations
Color information
#ED7490 (or 0xED7490) is known color: Deep Blush. HEX triplet: ED, 74 and 90. RGB value is (237,116,144). Sum of RGB (Red+Green+Blue) = 237+116+144=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7490 is #128B6F. Grayscale: #9B9B9B. Windows color (decimal): -1215344 or 9467117. OLE color: 9467117.
HSL color Cylindrical-coordinate representation of color #ED7490: hue angle of 346.12º 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 #ED7490 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 144 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.07 |
| HSL | 346.12º | 0.77% | 0.69% | - |
| HSV(B) | 346.12º | 0.51% | 0.93% | - |
| XYZ | 46.2 | 32.51 | 30.23 | - |
| YUV | 155.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 144 | 0 | 0.51 | 0.39 | 0.07 | 346.12 | 0.77 | 0.69 |
| Hex | ED | 74 | 90 | 0 | 33 | 27 | 7 | 15A | 4D | 45 |
| Octal | 355 | 164 | 220 | 0 | 63 | 47 | 7 | 532 | 115 | 105 |
| Binary | 11101101 | 1110100 | 10010000 | 0 | 110011 | 100111 | 111 | 101011010 | 1001101 | 1000101 |
Color Harmonies of #ED7490
Complementary color
Monochromatic Colors of #ED7490
Black with #ED7490
Text Example
Text Example
White with #ED7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7490; }
p { color: rgb(237,116,144); }
H1.HeaderClassName
{
color: #ED7490;
}
.AnyTagClassName
{
color: #ED7490;
}
</style>
background-color css
<style>
a { background-color: #ED7490; }
a { background-color: rgb(237,116,144); }
div.DivClassName
{
background-color: #ED7490;
}
.BgClassName
{
background-color: #ED7490;
}
</style>
border-color css
<style>
span { border-color: #ED7490; }
span { border-color: rgb(237,116,144); }
td.TdClassName
{
border-color: #ED7490;
}
.TagClassName
{
border-color: #ED7490;
}
</style>