Shades of Violet Red #EC4490
Tints of Violet Red #EC4490
RGB
CMYK
RGB Variations
Color information
#EC4490 (or 0xEC4490) is known color: Violet Red. HEX triplet: EC, 44 and 90. RGB value is (236,68,144). Sum of RGB (Red+Green+Blue) = 236+68+144=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4490 is #13BB6F. Grayscale: #7E7E7E. Windows color (decimal): -1293168 or 9454828. OLE color: 9454828.
HSL color Cylindrical-coordinate representation of color #EC4490: hue angle of 332.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4490 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 144 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.07 |
| HSL | 332.86º | 0.82% | 0.6% | - |
| HSV(B) | 332.86º | 0.71% | 0.93% | - |
| XYZ | 41.69 | 23.98 | 28.82 | - |
| YUV | 126.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 144 | 0 | 0.71 | 0.39 | 0.07 | 332.86 | 0.82 | 0.6 |
| Hex | EC | 44 | 90 | 0 | 47 | 27 | 7 | 14D | 52 | 3C |
| Octal | 354 | 104 | 220 | 0 | 107 | 47 | 7 | 515 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10010000 | 0 | 1000111 | 100111 | 111 | 101001101 | 1010010 | 111100 |
Color Harmonies of #EC4490
Complementary color
Monochromatic Colors of #EC4490
Black with #EC4490
Text Example
Text Example
White with #EC4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4490; }
p { color: rgb(236,68,144); }
H1.HeaderClassName
{
color: #EC4490;
}
.AnyTagClassName
{
color: #EC4490;
}
</style>
background-color css
<style>
a { background-color: #EC4490; }
a { background-color: rgb(236,68,144); }
div.DivClassName
{
background-color: #EC4490;
}
.BgClassName
{
background-color: #EC4490;
}
</style>
border-color css
<style>
span { border-color: #EC4490; }
span { border-color: rgb(236,68,144); }
td.TdClassName
{
border-color: #EC4490;
}
.TagClassName
{
border-color: #EC4490;
}
</style>