Shades of Deep Blush #ED6489
Tints of Deep Blush #ED6489
RGB
CMYK
RGB Variations
Color information
#ED6489 (or 0xED6489) is known color: Deep Blush. HEX triplet: ED, 64 and 89. RGB value is (237,100,137). Sum of RGB (Red+Green+Blue) = 237+100+137=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6489 is #129B76. Grayscale: #919191. Windows color (decimal): -1219447 or 9004269. OLE color: 9004269.
HSL color Cylindrical-coordinate representation of color #ED6489: hue angle of 343.8º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6489 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 137 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.07 |
| HSL | 343.8º | 0.79% | 0.66% | - |
| HSV(B) | 343.8º | 0.58% | 0.93% | - |
| XYZ | 44 | 28.93 | 26.93 | - |
| YUV | 145.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 137 | 0 | 0.58 | 0.42 | 0.07 | 343.8 | 0.79 | 0.66 |
| Hex | ED | 64 | 89 | 0 | 3A | 2A | 7 | 158 | 4F | 42 |
| Octal | 355 | 144 | 211 | 0 | 72 | 52 | 7 | 530 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10001001 | 0 | 111010 | 101010 | 111 | 101011000 | 1001111 | 1000010 |
Color Harmonies of #ED6489
Complementary color
Monochromatic Colors of #ED6489
Black with #ED6489
Text Example
Text Example
White with #ED6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6489; }
p { color: rgb(237,100,137); }
H1.HeaderClassName
{
color: #ED6489;
}
.AnyTagClassName
{
color: #ED6489;
}
</style>
background-color css
<style>
a { background-color: #ED6489; }
a { background-color: rgb(237,100,137); }
div.DivClassName
{
background-color: #ED6489;
}
.BgClassName
{
background-color: #ED6489;
}
</style>
border-color css
<style>
span { border-color: #ED6489; }
span { border-color: rgb(237,100,137); }
td.TdClassName
{
border-color: #ED6489;
}
.TagClassName
{
border-color: #ED6489;
}
</style>