Shades of Violet Red #EC3E78
Tints of Violet Red #EC3E78
RGB
CMYK
RGB Variations
Color information
#EC3E78 (or 0xEC3E78) is known color: Violet Red. HEX triplet: EC, 3E and 78. RGB value is (236,62,120). Sum of RGB (Red+Green+Blue) = 236+62+120=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E78 is #13C187. Grayscale: #787878. Windows color (decimal): -1294728 or 7880428. OLE color: 7880428.
HSL color Cylindrical-coordinate representation of color #EC3E78: hue angle of 340º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3E78 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 120 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.07 |
| HSL | 340º | 0.82% | 0.58% | - |
| HSV(B) | 340º | 0.74% | 0.93% | - |
| XYZ | 39.7 | 22.63 | 20.05 | - |
| YUV | 120.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 120 | 0 | 0.74 | 0.49 | 0.07 | 340 | 0.82 | 0.58 |
| Hex | EC | 3E | 78 | 0 | 4A | 31 | 7 | 154 | 52 | 3A |
| Octal | 354 | 76 | 170 | 0 | 112 | 61 | 7 | 524 | 122 | 72 |
| Binary | 11101100 | 111110 | 1111000 | 0 | 1001010 | 110001 | 111 | 101010100 | 1010010 | 111010 |
Color Harmonies of #EC3E78
Complementary color
Monochromatic Colors of #EC3E78
Black with #EC3E78
Text Example
Text Example
White with #EC3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E78; }
p { color: rgb(236,62,120); }
H1.HeaderClassName
{
color: #EC3E78;
}
.AnyTagClassName
{
color: #EC3E78;
}
</style>
background-color css
<style>
a { background-color: #EC3E78; }
a { background-color: rgb(236,62,120); }
div.DivClassName
{
background-color: #EC3E78;
}
.BgClassName
{
background-color: #EC3E78;
}
</style>
border-color css
<style>
span { border-color: #EC3E78; }
span { border-color: rgb(236,62,120); }
td.TdClassName
{
border-color: #EC3E78;
}
.TagClassName
{
border-color: #EC3E78;
}
</style>