Shades of Violet Red #ED4583
Tints of Violet Red #ED4583
RGB
CMYK
RGB Variations
Color information
#ED4583 (or 0xED4583) is known color: Violet Red. HEX triplet: ED, 45 and 83. RGB value is (237,69,131). Sum of RGB (Red+Green+Blue) = 237+69+131=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4583 is #12BA7C. Grayscale: #7E7E7E. Windows color (decimal): -1227389 or 8603117. OLE color: 8603117.
HSL color Cylindrical-coordinate representation of color #ED4583: hue angle of 337.86º 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 #ED4583 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 131 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.07 |
| HSL | 337.86º | 0.82% | 0.6% | - |
| HSV(B) | 337.86º | 0.71% | 0.93% | - |
| XYZ | 41.15 | 23.9 | 23.92 | - |
| YUV | 126.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 131 | 0 | 0.71 | 0.45 | 0.07 | 337.86 | 0.82 | 0.6 |
| Hex | ED | 45 | 83 | 0 | 47 | 2D | 7 | 152 | 52 | 3C |
| Octal | 355 | 105 | 203 | 0 | 107 | 55 | 7 | 522 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10000011 | 0 | 1000111 | 101101 | 111 | 101010010 | 1010010 | 111100 |
Color Harmonies of #ED4583
Complementary color
Monochromatic Colors of #ED4583
Black with #ED4583
Text Example
Text Example
White with #ED4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4583; }
p { color: rgb(237,69,131); }
H1.HeaderClassName
{
color: #ED4583;
}
.AnyTagClassName
{
color: #ED4583;
}
</style>
background-color css
<style>
a { background-color: #ED4583; }
a { background-color: rgb(237,69,131); }
div.DivClassName
{
background-color: #ED4583;
}
.BgClassName
{
background-color: #ED4583;
}
</style>
border-color css
<style>
span { border-color: #ED4583; }
span { border-color: rgb(237,69,131); }
td.TdClassName
{
border-color: #ED4583;
}
.TagClassName
{
border-color: #ED4583;
}
</style>