Shades of Violet Red #ED3783
Tints of Violet Red #ED3783
RGB
CMYK
RGB Variations
Color information
#ED3783 (or 0xED3783) is known color: Violet Red. HEX triplet: ED, 37 and 83. RGB value is (237,55,131). Sum of RGB (Red+Green+Blue) = 237+55+131=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3783 is #12C87C. Grayscale: #757575. Windows color (decimal): -1230973 or 8599533. OLE color: 8599533.
HSL color Cylindrical-coordinate representation of color #ED3783: hue angle of 334.95º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3783 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 131 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.07 |
| HSL | 334.95º | 0.83% | 0.57% | - |
| HSV(B) | 334.95º | 0.77% | 0.93% | - |
| XYZ | 40.39 | 22.38 | 23.66 | - |
| YUV | 118.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 131 | 0 | 0.77 | 0.45 | 0.07 | 334.95 | 0.83 | 0.57 |
| Hex | ED | 37 | 83 | 0 | 4D | 2D | 7 | 14F | 53 | 39 |
| Octal | 355 | 67 | 203 | 0 | 115 | 55 | 7 | 517 | 123 | 71 |
| Binary | 11101101 | 110111 | 10000011 | 0 | 1001101 | 101101 | 111 | 101001111 | 1010011 | 111001 |
Color Harmonies of #ED3783
Complementary color
Monochromatic Colors of #ED3783
Black with #ED3783
Text Example
Text Example
White with #ED3783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3783; }
p { color: rgb(237,55,131); }
H1.HeaderClassName
{
color: #ED3783;
}
.AnyTagClassName
{
color: #ED3783;
}
</style>
background-color css
<style>
a { background-color: #ED3783; }
a { background-color: rgb(237,55,131); }
div.DivClassName
{
background-color: #ED3783;
}
.BgClassName
{
background-color: #ED3783;
}
</style>
border-color css
<style>
span { border-color: #ED3783; }
span { border-color: rgb(237,55,131); }
td.TdClassName
{
border-color: #ED3783;
}
.TagClassName
{
border-color: #ED3783;
}
</style>