Shades of Violet Red #EC4499
Tints of Violet Red #EC4499
RGB
CMYK
RGB Variations
Color information
#EC4499 (or 0xEC4499) is known color: Violet Red. HEX triplet: EC, 44 and 99. RGB value is (236,68,153). Sum of RGB (Red+Green+Blue) = 236+68+153=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4499 is #13BB66. Grayscale: #7F7F7F. Windows color (decimal): -1293159 or 10044652. OLE color: 10044652.
HSL color Cylindrical-coordinate representation of color #EC4499: hue angle of 329.64º 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 #EC4499 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 153 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.07 |
| HSL | 329.64º | 0.82% | 0.6% | - |
| HSV(B) | 329.64º | 0.71% | 0.93% | - |
| XYZ | 42.41 | 24.27 | 32.59 | - |
| YUV | 127.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 153 | 0 | 0.71 | 0.35 | 0.07 | 329.64 | 0.82 | 0.6 |
| Hex | EC | 44 | 99 | 0 | 47 | 23 | 7 | 14A | 52 | 3C |
| Octal | 354 | 104 | 231 | 0 | 107 | 43 | 7 | 512 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10011001 | 0 | 1000111 | 100011 | 111 | 101001010 | 1010010 | 111100 |
Color Harmonies of #EC4499
Complementary color
Monochromatic Colors of #EC4499
Black with #EC4499
Text Example
Text Example
White with #EC4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4499; }
p { color: rgb(236,68,153); }
H1.HeaderClassName
{
color: #EC4499;
}
.AnyTagClassName
{
color: #EC4499;
}
</style>
background-color css
<style>
a { background-color: #EC4499; }
a { background-color: rgb(236,68,153); }
div.DivClassName
{
background-color: #EC4499;
}
.BgClassName
{
background-color: #EC4499;
}
</style>
border-color css
<style>
span { border-color: #EC4499; }
span { border-color: rgb(236,68,153); }
td.TdClassName
{
border-color: #EC4499;
}
.TagClassName
{
border-color: #EC4499;
}
</style>