Shades of Violet Red #EC3A91
Tints of Violet Red #EC3A91
RGB
CMYK
RGB Variations
Color information
#EC3A91 (or 0xEC3A91) is known color: Violet Red. HEX triplet: EC, 3A and 91. RGB value is (236,58,145). Sum of RGB (Red+Green+Blue) = 236+58+145=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A91 is #13C56E. Grayscale: #787878. Windows color (decimal): -1295727 or 9517804. OLE color: 9517804.
HSL color Cylindrical-coordinate representation of color #EC3A91: hue angle of 330.67º 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 #EC3A91 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 145 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.07 |
| HSL | 330.67º | 0.82% | 0.58% | - |
| HSV(B) | 330.67º | 0.75% | 0.93% | - |
| XYZ | 41.22 | 22.9 | 29.04 | - |
| YUV | 121.14 | 141.47 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 145 | 0 | 0.75 | 0.39 | 0.07 | 330.67 | 0.82 | 0.58 |
| Hex | EC | 3A | 91 | 0 | 4B | 27 | 7 | 14B | 52 | 3A |
| Octal | 354 | 72 | 221 | 0 | 113 | 47 | 7 | 513 | 122 | 72 |
| Binary | 11101100 | 111010 | 10010001 | 0 | 1001011 | 100111 | 111 | 101001011 | 1010010 | 111010 |
Color Harmonies of #EC3A91
Complementary color
Monochromatic Colors of #EC3A91
Black with #EC3A91
Text Example
Text Example
White with #EC3A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A91; }
p { color: rgb(236,58,145); }
H1.HeaderClassName
{
color: #EC3A91;
}
.AnyTagClassName
{
color: #EC3A91;
}
</style>
background-color css
<style>
a { background-color: #EC3A91; }
a { background-color: rgb(236,58,145); }
div.DivClassName
{
background-color: #EC3A91;
}
.BgClassName
{
background-color: #EC3A91;
}
</style>
border-color css
<style>
span { border-color: #EC3A91; }
span { border-color: rgb(236,58,145); }
td.TdClassName
{
border-color: #EC3A91;
}
.TagClassName
{
border-color: #EC3A91;
}
</style>