Shades of Violet Red #EC3A84
Tints of Violet Red #EC3A84
RGB
CMYK
RGB Variations
Color information
#EC3A84 (or 0xEC3A84) is known color: Violet Red. HEX triplet: EC, 3A and 84. RGB value is (236,58,132). Sum of RGB (Red+Green+Blue) = 236+58+132=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A84 is #13C57B. Grayscale: #777777. Windows color (decimal): -1295740 or 8665836. OLE color: 8665836.
HSL color Cylindrical-coordinate representation of color #EC3A84: hue angle of 335.06º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A84 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 132 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.07 |
| HSL | 335.06º | 0.82% | 0.58% | - |
| HSV(B) | 335.06º | 0.75% | 0.93% | - |
| XYZ | 40.27 | 22.52 | 24.06 | - |
| YUV | 119.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 132 | 0 | 0.75 | 0.44 | 0.07 | 335.06 | 0.82 | 0.58 |
| Hex | EC | 3A | 84 | 0 | 4B | 2C | 7 | 14F | 52 | 3A |
| Octal | 354 | 72 | 204 | 0 | 113 | 54 | 7 | 517 | 122 | 72 |
| Binary | 11101100 | 111010 | 10000100 | 0 | 1001011 | 101100 | 111 | 101001111 | 1010010 | 111010 |
Color Harmonies of #EC3A84
Complementary color
Monochromatic Colors of #EC3A84
Black with #EC3A84
Text Example
Text Example
White with #EC3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A84; }
p { color: rgb(236,58,132); }
H1.HeaderClassName
{
color: #EC3A84;
}
.AnyTagClassName
{
color: #EC3A84;
}
</style>
background-color css
<style>
a { background-color: #EC3A84; }
a { background-color: rgb(236,58,132); }
div.DivClassName
{
background-color: #EC3A84;
}
.BgClassName
{
background-color: #EC3A84;
}
</style>
border-color css
<style>
span { border-color: #EC3A84; }
span { border-color: rgb(236,58,132); }
td.TdClassName
{
border-color: #EC3A84;
}
.TagClassName
{
border-color: #EC3A84;
}
</style>