Shades of Violet Red #EC3981
Tints of Violet Red #EC3981
RGB
CMYK
RGB Variations
Color information
#EC3981 (or 0xEC3981) is known color: Violet Red. HEX triplet: EC, 39 and 81. RGB value is (236,57,129). Sum of RGB (Red+Green+Blue) = 236+57+129=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3981 is #13C67E. Grayscale: #767676. Windows color (decimal): -1295999 or 8468972. OLE color: 8468972.
HSL color Cylindrical-coordinate representation of color #EC3981: hue angle of 335.87º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3981 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 129 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.07 |
| HSL | 335.87º | 0.82% | 0.57% | - |
| HSV(B) | 335.87º | 0.76% | 0.93% | - |
| XYZ | 40.02 | 22.34 | 22.97 | - |
| YUV | 118.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 129 | 0 | 0.76 | 0.45 | 0.07 | 335.87 | 0.82 | 0.57 |
| Hex | EC | 39 | 81 | 0 | 4C | 2D | 7 | 150 | 52 | 39 |
| Octal | 354 | 71 | 201 | 0 | 114 | 55 | 7 | 520 | 122 | 71 |
| Binary | 11101100 | 111001 | 10000001 | 0 | 1001100 | 101101 | 111 | 101010000 | 1010010 | 111001 |
Color Harmonies of #EC3981
Complementary color
Monochromatic Colors of #EC3981
Black with #EC3981
Text Example
Text Example
White with #EC3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3981; }
p { color: rgb(236,57,129); }
H1.HeaderClassName
{
color: #EC3981;
}
.AnyTagClassName
{
color: #EC3981;
}
</style>
background-color css
<style>
a { background-color: #EC3981; }
a { background-color: rgb(236,57,129); }
div.DivClassName
{
background-color: #EC3981;
}
.BgClassName
{
background-color: #EC3981;
}
</style>
border-color css
<style>
span { border-color: #EC3981; }
span { border-color: rgb(236,57,129); }
td.TdClassName
{
border-color: #EC3981;
}
.TagClassName
{
border-color: #EC3981;
}
</style>