Shades of Violet Red #EC377C
Tints of Violet Red #EC377C
RGB
CMYK
RGB Variations
Color information
#EC377C (or 0xEC377C) is known color: Violet Red. HEX triplet: EC, 37 and 7C. RGB value is (236,55,124). Sum of RGB (Red+Green+Blue) = 236+55+124=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC377C is #13C883. Grayscale: #747474. Windows color (decimal): -1296516 or 8140780. OLE color: 8140780.
HSL color Cylindrical-coordinate representation of color #EC377C: hue angle of 337.13º 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 #EC377C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 124 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.07 |
| HSL | 337.13º | 0.83% | 0.57% | - |
| HSV(B) | 337.13º | 0.77% | 0.93% | - |
| XYZ | 39.6 | 22.02 | 21.23 | - |
| YUV | 116.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 124 | 0 | 0.77 | 0.47 | 0.07 | 337.13 | 0.83 | 0.57 |
| Hex | EC | 37 | 7C | 0 | 4D | 2F | 7 | 151 | 53 | 39 |
| Octal | 354 | 67 | 174 | 0 | 115 | 57 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 110111 | 1111100 | 0 | 1001101 | 101111 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC377C
Complementary color
Monochromatic Colors of #EC377C
Black with #EC377C
Text Example
Text Example
White with #EC377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC377C; }
p { color: rgb(236,55,124); }
H1.HeaderClassName
{
color: #EC377C;
}
.AnyTagClassName
{
color: #EC377C;
}
</style>
background-color css
<style>
a { background-color: #EC377C; }
a { background-color: rgb(236,55,124); }
div.DivClassName
{
background-color: #EC377C;
}
.BgClassName
{
background-color: #EC377C;
}
</style>
border-color css
<style>
span { border-color: #EC377C; }
span { border-color: rgb(236,55,124); }
td.TdClassName
{
border-color: #EC377C;
}
.TagClassName
{
border-color: #EC377C;
}
</style>