Shades of Violet Red #ED4689
Tints of Violet Red #ED4689
RGB
CMYK
RGB Variations
Color information
#ED4689 (or 0xED4689) is known color: Violet Red. HEX triplet: ED, 46 and 89. RGB value is (237,70,137). Sum of RGB (Red+Green+Blue) = 237+70+137=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4689 is #12B976. Grayscale: #7F7F7F. Windows color (decimal): -1227127 or 8996589. OLE color: 8996589.
HSL color Cylindrical-coordinate representation of color #ED4689: hue angle of 335.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4689 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 137 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 335.93º | 0.82% | 0.6% | - |
| HSV(B) | 335.93º | 0.7% | 0.93% | - |
| XYZ | 41.63 | 24.19 | 26.14 | - |
| YUV | 127.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 137 | 0 | 0.70 | 0.42 | 0.07 | 335.93 | 0.82 | 0.6 |
| Hex | ED | 46 | 89 | 0 | 46 | 2A | 7 | 150 | 52 | 3C |
| Octal | 355 | 106 | 211 | 0 | 106 | 52 | 7 | 520 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10001001 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010010 | 111100 |
Color Harmonies of #ED4689
Complementary color
Monochromatic Colors of #ED4689
Black with #ED4689
Text Example
Text Example
White with #ED4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4689; }
p { color: rgb(237,70,137); }
H1.HeaderClassName
{
color: #ED4689;
}
.AnyTagClassName
{
color: #ED4689;
}
</style>
background-color css
<style>
a { background-color: #ED4689; }
a { background-color: rgb(237,70,137); }
div.DivClassName
{
background-color: #ED4689;
}
.BgClassName
{
background-color: #ED4689;
}
</style>
border-color css
<style>
span { border-color: #ED4689; }
span { border-color: rgb(237,70,137); }
td.TdClassName
{
border-color: #ED4689;
}
.TagClassName
{
border-color: #ED4689;
}
</style>