Shades of Deep Blush #ED6090
Tints of Deep Blush #ED6090
RGB
CMYK
RGB Variations
Color information
#ED6090 (or 0xED6090) is known color: Deep Blush. HEX triplet: ED, 60 and 90. RGB value is (237,96,144). Sum of RGB (Red+Green+Blue) = 237+96+144=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6090 is #129F6F. Grayscale: #8F8F8F. Windows color (decimal): -1220464 or 9461997. OLE color: 9461997.
HSL color Cylindrical-coordinate representation of color #ED6090: hue angle of 339.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6090 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 144 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.07 |
| HSL | 339.57º | 0.8% | 0.65% | - |
| HSV(B) | 339.57º | 0.59% | 0.93% | - |
| XYZ | 44.14 | 28.38 | 29.54 | - |
| YUV | 143.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 144 | 0 | 0.59 | 0.39 | 0.07 | 339.57 | 0.8 | 0.65 |
| Hex | ED | 60 | 90 | 0 | 3B | 27 | 7 | 154 | 50 | 41 |
| Octal | 355 | 140 | 220 | 0 | 73 | 47 | 7 | 524 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10010000 | 0 | 111011 | 100111 | 111 | 101010100 | 1010000 | 1000001 |
Color Harmonies of #ED6090
Complementary color
Monochromatic Colors of #ED6090
Black with #ED6090
Text Example
Text Example
White with #ED6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6090; }
p { color: rgb(237,96,144); }
H1.HeaderClassName
{
color: #ED6090;
}
.AnyTagClassName
{
color: #ED6090;
}
</style>
background-color css
<style>
a { background-color: #ED6090; }
a { background-color: rgb(237,96,144); }
div.DivClassName
{
background-color: #ED6090;
}
.BgClassName
{
background-color: #ED6090;
}
</style>
border-color css
<style>
span { border-color: #ED6090; }
span { border-color: rgb(237,96,144); }
td.TdClassName
{
border-color: #ED6090;
}
.TagClassName
{
border-color: #ED6090;
}
</style>