Shades of Violet Red #EC4796
Tints of Violet Red #EC4796
RGB
CMYK
RGB Variations
Color information
#EC4796 (or 0xEC4796) is known color: Violet Red. HEX triplet: EC, 47 and 96. RGB value is (236,71,150). Sum of RGB (Red+Green+Blue) = 236+71+150=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4796 is #13B869. Grayscale: #818181. Windows color (decimal): -1292394 or 9848812. OLE color: 9848812.
HSL color Cylindrical-coordinate representation of color #EC4796: hue angle of 331.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4796 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 150 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.07 |
| HSL | 331.27º | 0.81% | 0.6% | - |
| HSV(B) | 331.27º | 0.7% | 0.93% | - |
| XYZ | 42.35 | 24.54 | 31.36 | - |
| YUV | 129.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 150 | 0 | 0.70 | 0.36 | 0.07 | 331.27 | 0.81 | 0.6 |
| Hex | EC | 47 | 96 | 0 | 46 | 24 | 7 | 14B | 51 | 3C |
| Octal | 354 | 107 | 226 | 0 | 106 | 44 | 7 | 513 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10010110 | 0 | 1000110 | 100100 | 111 | 101001011 | 1010001 | 111100 |
Color Harmonies of #EC4796
Complementary color
Monochromatic Colors of #EC4796
Black with #EC4796
Text Example
Text Example
White with #EC4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4796; }
p { color: rgb(236,71,150); }
H1.HeaderClassName
{
color: #EC4796;
}
.AnyTagClassName
{
color: #EC4796;
}
</style>
background-color css
<style>
a { background-color: #EC4796; }
a { background-color: rgb(236,71,150); }
div.DivClassName
{
background-color: #EC4796;
}
.BgClassName
{
background-color: #EC4796;
}
</style>
border-color css
<style>
span { border-color: #EC4796; }
span { border-color: rgb(236,71,150); }
td.TdClassName
{
border-color: #EC4796;
}
.TagClassName
{
border-color: #EC4796;
}
</style>