Shades of Violet Red #EC4299
Tints of Violet Red #EC4299
RGB
CMYK
RGB Variations
Color information
#EC4299 (or 0xEC4299) is known color: Violet Red. HEX triplet: EC, 42 and 99. RGB value is (236,66,153). Sum of RGB (Red+Green+Blue) = 236+66+153=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4299 is #13BD66. Grayscale: #7E7E7E. Windows color (decimal): -1293671 or 10044140. OLE color: 10044140.
HSL color Cylindrical-coordinate representation of color #EC4299: hue angle of 329.29º 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 #EC4299 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 153 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.29º | 0.82% | 0.59% | - |
| HSV(B) | 329.29º | 0.72% | 0.93% | - |
| XYZ | 42.29 | 24.03 | 32.55 | - |
| YUV | 126.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 153 | 0 | 0.72 | 0.35 | 0.07 | 329.29 | 0.82 | 0.59 |
| Hex | EC | 42 | 99 | 0 | 48 | 23 | 7 | 149 | 52 | 3B |
| Octal | 354 | 102 | 231 | 0 | 110 | 43 | 7 | 511 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10011001 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010010 | 111011 |
Color Harmonies of #EC4299
Complementary color
Monochromatic Colors of #EC4299
Black with #EC4299
Text Example
Text Example
White with #EC4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4299; }
p { color: rgb(236,66,153); }
H1.HeaderClassName
{
color: #EC4299;
}
.AnyTagClassName
{
color: #EC4299;
}
</style>
background-color css
<style>
a { background-color: #EC4299; }
a { background-color: rgb(236,66,153); }
div.DivClassName
{
background-color: #EC4299;
}
.BgClassName
{
background-color: #EC4299;
}
</style>
border-color css
<style>
span { border-color: #EC4299; }
span { border-color: rgb(236,66,153); }
td.TdClassName
{
border-color: #EC4299;
}
.TagClassName
{
border-color: #EC4299;
}
</style>