Shades of Violet Red #EC3C77
Tints of Violet Red #EC3C77
RGB
CMYK
RGB Variations
Color information
#EC3C77 (or 0xEC3C77) is known color: Violet Red. HEX triplet: EC, 3C and 77. RGB value is (236,60,119). Sum of RGB (Red+Green+Blue) = 236+60+119=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C77 is #13C388. Grayscale: #777777. Windows color (decimal): -1295241 or 7814380. OLE color: 7814380.
HSL color Cylindrical-coordinate representation of color #EC3C77: hue angle of 339.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C77 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 119 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.07 |
| HSL | 339.89º | 0.82% | 0.58% | - |
| HSV(B) | 339.89º | 0.75% | 0.93% | - |
| XYZ | 39.54 | 22.4 | 19.69 | - |
| YUV | 119.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 119 | 0 | 0.75 | 0.50 | 0.07 | 339.89 | 0.82 | 0.58 |
| Hex | EC | 3C | 77 | 0 | 4B | 32 | 7 | 154 | 52 | 3A |
| Octal | 354 | 74 | 167 | 0 | 113 | 62 | 7 | 524 | 122 | 72 |
| Binary | 11101100 | 111100 | 1110111 | 0 | 1001011 | 110010 | 111 | 101010100 | 1010010 | 111010 |
Color Harmonies of #EC3C77
Complementary color
Monochromatic Colors of #EC3C77
Black with #EC3C77
Text Example
Text Example
White with #EC3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C77; }
p { color: rgb(236,60,119); }
H1.HeaderClassName
{
color: #EC3C77;
}
.AnyTagClassName
{
color: #EC3C77;
}
</style>
background-color css
<style>
a { background-color: #EC3C77; }
a { background-color: rgb(236,60,119); }
div.DivClassName
{
background-color: #EC3C77;
}
.BgClassName
{
background-color: #EC3C77;
}
</style>
border-color css
<style>
span { border-color: #EC3C77; }
span { border-color: rgb(236,60,119); }
td.TdClassName
{
border-color: #EC3C77;
}
.TagClassName
{
border-color: #EC3C77;
}
</style>