Shades of Violet Red #EC3C78
Tints of Violet Red #EC3C78
RGB
CMYK
RGB Variations
Color information
#EC3C78 (or 0xEC3C78) is known color: Violet Red. HEX triplet: EC, 3C and 78. RGB value is (236,60,120). Sum of RGB (Red+Green+Blue) = 236+60+120=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C78 is #13C387. Grayscale: #777777. Windows color (decimal): -1295240 or 7879916. OLE color: 7879916.
HSL color Cylindrical-coordinate representation of color #EC3C78: hue angle of 339.55º 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 #EC3C78 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 120 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.07 |
| HSL | 339.55º | 0.82% | 0.58% | - |
| HSV(B) | 339.55º | 0.75% | 0.93% | - |
| XYZ | 39.6 | 22.42 | 20.01 | - |
| YUV | 119.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 120 | 0 | 0.75 | 0.49 | 0.07 | 339.55 | 0.82 | 0.58 |
| Hex | EC | 3C | 78 | 0 | 4B | 31 | 7 | 154 | 52 | 3A |
| Octal | 354 | 74 | 170 | 0 | 113 | 61 | 7 | 524 | 122 | 72 |
| Binary | 11101100 | 111100 | 1111000 | 0 | 1001011 | 110001 | 111 | 101010100 | 1010010 | 111010 |
Color Harmonies of #EC3C78
Complementary color
Monochromatic Colors of #EC3C78
Black with #EC3C78
Text Example
Text Example
White with #EC3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C78; }
p { color: rgb(236,60,120); }
H1.HeaderClassName
{
color: #EC3C78;
}
.AnyTagClassName
{
color: #EC3C78;
}
</style>
background-color css
<style>
a { background-color: #EC3C78; }
a { background-color: rgb(236,60,120); }
div.DivClassName
{
background-color: #EC3C78;
}
.BgClassName
{
background-color: #EC3C78;
}
</style>
border-color css
<style>
span { border-color: #EC3C78; }
span { border-color: rgb(236,60,120); }
td.TdClassName
{
border-color: #EC3C78;
}
.TagClassName
{
border-color: #EC3C78;
}
</style>