Shades of Deep Blush #ED7390
Tints of Deep Blush #ED7390
RGB
CMYK
RGB Variations
Color information
#ED7390 (or 0xED7390) is known color: Deep Blush. HEX triplet: ED, 73 and 90. RGB value is (237,115,144). Sum of RGB (Red+Green+Blue) = 237+115+144=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7390 is #128C6F. Grayscale: #9A9A9A. Windows color (decimal): -1215600 or 9466861. OLE color: 9466861.
HSL color Cylindrical-coordinate representation of color #ED7390: hue angle of 345.74º 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 #ED7390 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 144 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.07 |
| HSL | 345.74º | 0.77% | 0.69% | - |
| HSV(B) | 345.74º | 0.51% | 0.93% | - |
| XYZ | 46.09 | 32.28 | 30.19 | - |
| YUV | 154.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 144 | 0 | 0.51 | 0.39 | 0.07 | 345.74 | 0.77 | 0.69 |
| Hex | ED | 73 | 90 | 0 | 33 | 27 | 7 | 15A | 4D | 45 |
| Octal | 355 | 163 | 220 | 0 | 63 | 47 | 7 | 532 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10010000 | 0 | 110011 | 100111 | 111 | 101011010 | 1001101 | 1000101 |
Color Harmonies of #ED7390
Complementary color
Monochromatic Colors of #ED7390
Black with #ED7390
Text Example
Text Example
White with #ED7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7390; }
p { color: rgb(237,115,144); }
H1.HeaderClassName
{
color: #ED7390;
}
.AnyTagClassName
{
color: #ED7390;
}
</style>
background-color css
<style>
a { background-color: #ED7390; }
a { background-color: rgb(237,115,144); }
div.DivClassName
{
background-color: #ED7390;
}
.BgClassName
{
background-color: #ED7390;
}
</style>
border-color css
<style>
span { border-color: #ED7390; }
span { border-color: rgb(237,115,144); }
td.TdClassName
{
border-color: #ED7390;
}
.TagClassName
{
border-color: #ED7390;
}
</style>