Shades of Violet Red #ED4584
Tints of Violet Red #ED4584
RGB
CMYK
RGB Variations
Color information
#ED4584 (or 0xED4584) is known color: Violet Red. HEX triplet: ED, 45 and 84. RGB value is (237,69,132). Sum of RGB (Red+Green+Blue) = 237+69+132=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4584 is #12BA7B. Grayscale: #7E7E7E. Windows color (decimal): -1227388 or 8668653. OLE color: 8668653.
HSL color Cylindrical-coordinate representation of color #ED4584: hue angle of 337.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4584 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 132 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.07 |
| HSL | 337.5º | 0.82% | 0.6% | - |
| HSV(B) | 337.5º | 0.71% | 0.93% | - |
| XYZ | 41.22 | 23.93 | 24.28 | - |
| YUV | 126.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 132 | 0 | 0.71 | 0.44 | 0.07 | 337.5 | 0.82 | 0.6 |
| Hex | ED | 45 | 84 | 0 | 47 | 2C | 7 | 152 | 52 | 3C |
| Octal | 355 | 105 | 204 | 0 | 107 | 54 | 7 | 522 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10000100 | 0 | 1000111 | 101100 | 111 | 101010010 | 1010010 | 111100 |
Color Harmonies of #ED4584
Complementary color
Monochromatic Colors of #ED4584
Black with #ED4584
Text Example
Text Example
White with #ED4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4584; }
p { color: rgb(237,69,132); }
H1.HeaderClassName
{
color: #ED4584;
}
.AnyTagClassName
{
color: #ED4584;
}
</style>
background-color css
<style>
a { background-color: #ED4584; }
a { background-color: rgb(237,69,132); }
div.DivClassName
{
background-color: #ED4584;
}
.BgClassName
{
background-color: #ED4584;
}
</style>
border-color css
<style>
span { border-color: #ED4584; }
span { border-color: rgb(237,69,132); }
td.TdClassName
{
border-color: #ED4584;
}
.TagClassName
{
border-color: #ED4584;
}
</style>