Shades of Violet Red #ED3780
Tints of Violet Red #ED3780
RGB
CMYK
RGB Variations
Color information
#ED3780 (or 0xED3780) is known color: Violet Red. HEX triplet: ED, 37 and 80. RGB value is (237,55,128). Sum of RGB (Red+Green+Blue) = 237+55+128=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3780 is #12C87F. Grayscale: #757575. Windows color (decimal): -1230976 or 8402925. OLE color: 8402925.
HSL color Cylindrical-coordinate representation of color #ED3780: hue angle of 335.93º 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 #ED3780 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 128 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.07 |
| HSL | 335.93º | 0.83% | 0.57% | - |
| HSV(B) | 335.93º | 0.77% | 0.93% | - |
| XYZ | 40.19 | 22.3 | 22.61 | - |
| YUV | 117.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 128 | 0 | 0.77 | 0.46 | 0.07 | 335.93 | 0.83 | 0.57 |
| Hex | ED | 37 | 80 | 0 | 4D | 2E | 7 | 150 | 53 | 39 |
| Octal | 355 | 67 | 200 | 0 | 115 | 56 | 7 | 520 | 123 | 71 |
| Binary | 11101101 | 110111 | 10000000 | 0 | 1001101 | 101110 | 111 | 101010000 | 1010011 | 111001 |
Color Harmonies of #ED3780
Complementary color
Monochromatic Colors of #ED3780
Black with #ED3780
Text Example
Text Example
White with #ED3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3780; }
p { color: rgb(237,55,128); }
H1.HeaderClassName
{
color: #ED3780;
}
.AnyTagClassName
{
color: #ED3780;
}
</style>
background-color css
<style>
a { background-color: #ED3780; }
a { background-color: rgb(237,55,128); }
div.DivClassName
{
background-color: #ED3780;
}
.BgClassName
{
background-color: #ED3780;
}
</style>
border-color css
<style>
span { border-color: #ED3780; }
span { border-color: rgb(237,55,128); }
td.TdClassName
{
border-color: #ED3780;
}
.TagClassName
{
border-color: #ED3780;
}
</style>