Shades of Violet Red #ED377C
Tints of Violet Red #ED377C
RGB
CMYK
RGB Variations
Color information
#ED377C (or 0xED377C) is known color: Violet Red. HEX triplet: ED, 37 and 7C. RGB value is (237,55,124). Sum of RGB (Red+Green+Blue) = 237+55+124=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED377C is #12C883. Grayscale: #757575. Windows color (decimal): -1230980 or 8140781. OLE color: 8140781.
HSL color Cylindrical-coordinate representation of color #ED377C: hue angle of 337.25º 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 #ED377C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 124 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.07 |
| HSL | 337.25º | 0.83% | 0.57% | - |
| HSV(B) | 337.25º | 0.77% | 0.93% | - |
| XYZ | 39.93 | 22.19 | 21.25 | - |
| YUV | 117.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 124 | 0 | 0.77 | 0.48 | 0.07 | 337.25 | 0.83 | 0.57 |
| Hex | ED | 37 | 7C | 0 | 4D | 30 | 7 | 151 | 53 | 39 |
| Octal | 355 | 67 | 174 | 0 | 115 | 60 | 7 | 521 | 123 | 71 |
| Binary | 11101101 | 110111 | 1111100 | 0 | 1001101 | 110000 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #ED377C
Complementary color
Monochromatic Colors of #ED377C
Black with #ED377C
Text Example
Text Example
White with #ED377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED377C; }
p { color: rgb(237,55,124); }
H1.HeaderClassName
{
color: #ED377C;
}
.AnyTagClassName
{
color: #ED377C;
}
</style>
background-color css
<style>
a { background-color: #ED377C; }
a { background-color: rgb(237,55,124); }
div.DivClassName
{
background-color: #ED377C;
}
.BgClassName
{
background-color: #ED377C;
}
</style>
border-color css
<style>
span { border-color: #ED377C; }
span { border-color: rgb(237,55,124); }
td.TdClassName
{
border-color: #ED377C;
}
.TagClassName
{
border-color: #ED377C;
}
</style>