Shades of Violet Red #EC4399
Tints of Violet Red #EC4399
RGB
CMYK
RGB Variations
Color information
#EC4399 (or 0xEC4399) is known color: Violet Red. HEX triplet: EC, 43 and 99. RGB value is (236,67,153). Sum of RGB (Red+Green+Blue) = 236+67+153=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4399 is #13BC66. Grayscale: #7F7F7F. Windows color (decimal): -1293415 or 10044396. OLE color: 10044396.
HSL color Cylindrical-coordinate representation of color #EC4399: hue angle of 329.47º 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 #EC4399 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 153 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.47º | 0.82% | 0.59% | - |
| HSV(B) | 329.47º | 0.72% | 0.93% | - |
| XYZ | 42.35 | 24.15 | 32.57 | - |
| YUV | 127.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 153 | 0 | 0.72 | 0.35 | 0.07 | 329.47 | 0.82 | 0.59 |
| Hex | EC | 43 | 99 | 0 | 48 | 23 | 7 | 149 | 52 | 3B |
| Octal | 354 | 103 | 231 | 0 | 110 | 43 | 7 | 511 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10011001 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010010 | 111011 |
Color Harmonies of #EC4399
Complementary color
Monochromatic Colors of #EC4399
Black with #EC4399
Text Example
Text Example
White with #EC4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4399; }
p { color: rgb(236,67,153); }
H1.HeaderClassName
{
color: #EC4399;
}
.AnyTagClassName
{
color: #EC4399;
}
</style>
background-color css
<style>
a { background-color: #EC4399; }
a { background-color: rgb(236,67,153); }
div.DivClassName
{
background-color: #EC4399;
}
.BgClassName
{
background-color: #EC4399;
}
</style>
border-color css
<style>
span { border-color: #EC4399; }
span { border-color: rgb(236,67,153); }
td.TdClassName
{
border-color: #EC4399;
}
.TagClassName
{
border-color: #EC4399;
}
</style>