Shades of Violet Red #EC4496
Tints of Violet Red #EC4496
RGB
CMYK
RGB Variations
Color information
#EC4496 (or 0xEC4496) is known color: Violet Red. HEX triplet: EC, 44 and 96. RGB value is (236,68,150). Sum of RGB (Red+Green+Blue) = 236+68+150=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4496 is #13BB69. Grayscale: #7F7F7F. Windows color (decimal): -1293162 or 9848044. OLE color: 9848044.
HSL color Cylindrical-coordinate representation of color #EC4496: hue angle of 330.71º 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 #EC4496 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 150 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.07 |
| HSL | 330.71º | 0.82% | 0.6% | - |
| HSV(B) | 330.71º | 0.71% | 0.93% | - |
| XYZ | 42.16 | 24.17 | 31.3 | - |
| YUV | 127.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 150 | 0 | 0.71 | 0.36 | 0.07 | 330.71 | 0.82 | 0.6 |
| Hex | EC | 44 | 96 | 0 | 47 | 24 | 7 | 14B | 52 | 3C |
| Octal | 354 | 104 | 226 | 0 | 107 | 44 | 7 | 513 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10010110 | 0 | 1000111 | 100100 | 111 | 101001011 | 1010010 | 111100 |
Color Harmonies of #EC4496
Complementary color
Monochromatic Colors of #EC4496
Black with #EC4496
Text Example
Text Example
White with #EC4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4496; }
p { color: rgb(236,68,150); }
H1.HeaderClassName
{
color: #EC4496;
}
.AnyTagClassName
{
color: #EC4496;
}
</style>
background-color css
<style>
a { background-color: #EC4496; }
a { background-color: rgb(236,68,150); }
div.DivClassName
{
background-color: #EC4496;
}
.BgClassName
{
background-color: #EC4496;
}
</style>
border-color css
<style>
span { border-color: #EC4496; }
span { border-color: rgb(236,68,150); }
td.TdClassName
{
border-color: #EC4496;
}
.TagClassName
{
border-color: #EC4496;
}
</style>