Shades of Violet Red #EC4289
Tints of Violet Red #EC4289
RGB
CMYK
RGB Variations
Color information
#EC4289 (or 0xEC4289) is known color: Violet Red. HEX triplet: EC, 42 and 89. RGB value is (236,66,137). Sum of RGB (Red+Green+Blue) = 236+66+137=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4289 is #13BD76. Grayscale: #7C7C7C. Windows color (decimal): -1293687 or 8995564. OLE color: 8995564.
HSL color Cylindrical-coordinate representation of color #EC4289: hue angle of 334.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4289 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 137 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.07 |
| HSL | 334.94º | 0.82% | 0.59% | - |
| HSV(B) | 334.94º | 0.72% | 0.93% | - |
| XYZ | 41.06 | 23.54 | 26.05 | - |
| YUV | 124.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 137 | 0 | 0.72 | 0.42 | 0.07 | 334.94 | 0.82 | 0.59 |
| Hex | EC | 42 | 89 | 0 | 48 | 2A | 7 | 14F | 52 | 3B |
| Octal | 354 | 102 | 211 | 0 | 110 | 52 | 7 | 517 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10001001 | 0 | 1001000 | 101010 | 111 | 101001111 | 1010010 | 111011 |
Color Harmonies of #EC4289
Complementary color
Monochromatic Colors of #EC4289
Black with #EC4289
Text Example
Text Example
White with #EC4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4289; }
p { color: rgb(236,66,137); }
H1.HeaderClassName
{
color: #EC4289;
}
.AnyTagClassName
{
color: #EC4289;
}
</style>
background-color css
<style>
a { background-color: #EC4289; }
a { background-color: rgb(236,66,137); }
div.DivClassName
{
background-color: #EC4289;
}
.BgClassName
{
background-color: #EC4289;
}
</style>
border-color css
<style>
span { border-color: #EC4289; }
span { border-color: rgb(236,66,137); }
td.TdClassName
{
border-color: #EC4289;
}
.TagClassName
{
border-color: #EC4289;
}
</style>