Shades of Violet Red #EC4489
Tints of Violet Red #EC4489
RGB
CMYK
RGB Variations
Color information
#EC4489 (or 0xEC4489) is known color: Violet Red. HEX triplet: EC, 44 and 89. RGB value is (236,68,137). Sum of RGB (Red+Green+Blue) = 236+68+137=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4489 is #13BB76. Grayscale: #7D7D7D. Windows color (decimal): -1293175 or 8996076. OLE color: 8996076.
HSL color Cylindrical-coordinate representation of color #EC4489: hue angle of 335.36º 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 #EC4489 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 137 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.07 |
| HSL | 335.36º | 0.82% | 0.6% | - |
| HSV(B) | 335.36º | 0.71% | 0.93% | - |
| XYZ | 41.17 | 23.77 | 26.09 | - |
| YUV | 126.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 137 | 0 | 0.71 | 0.42 | 0.07 | 335.36 | 0.82 | 0.6 |
| Hex | EC | 44 | 89 | 0 | 47 | 2A | 7 | 14F | 52 | 3C |
| Octal | 354 | 104 | 211 | 0 | 107 | 52 | 7 | 517 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10001001 | 0 | 1000111 | 101010 | 111 | 101001111 | 1010010 | 111100 |
Color Harmonies of #EC4489
Complementary color
Monochromatic Colors of #EC4489
Black with #EC4489
Text Example
Text Example
White with #EC4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4489; }
p { color: rgb(236,68,137); }
H1.HeaderClassName
{
color: #EC4489;
}
.AnyTagClassName
{
color: #EC4489;
}
</style>
background-color css
<style>
a { background-color: #EC4489; }
a { background-color: rgb(236,68,137); }
div.DivClassName
{
background-color: #EC4489;
}
.BgClassName
{
background-color: #EC4489;
}
</style>
border-color css
<style>
span { border-color: #EC4489; }
span { border-color: rgb(236,68,137); }
td.TdClassName
{
border-color: #EC4489;
}
.TagClassName
{
border-color: #EC4489;
}
</style>