Shades of Violet Red #EC3983
Tints of Violet Red #EC3983
RGB
CMYK
RGB Variations
Color information
#EC3983 (or 0xEC3983) is known color: Violet Red. HEX triplet: EC, 39 and 83. RGB value is (236,57,131). Sum of RGB (Red+Green+Blue) = 236+57+131=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3983 is #13C67C. Grayscale: #767676. Windows color (decimal): -1295997 or 8600044. OLE color: 8600044.
HSL color Cylindrical-coordinate representation of color #EC3983: hue angle of 335.2º 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 #EC3983 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 131 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.07 |
| HSL | 335.2º | 0.82% | 0.57% | - |
| HSV(B) | 335.2º | 0.76% | 0.93% | - |
| XYZ | 40.15 | 22.4 | 23.68 | - |
| YUV | 118.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 131 | 0 | 0.76 | 0.44 | 0.07 | 335.2 | 0.82 | 0.57 |
| Hex | EC | 39 | 83 | 0 | 4C | 2C | 7 | 14F | 52 | 39 |
| Octal | 354 | 71 | 203 | 0 | 114 | 54 | 7 | 517 | 122 | 71 |
| Binary | 11101100 | 111001 | 10000011 | 0 | 1001100 | 101100 | 111 | 101001111 | 1010010 | 111001 |
Color Harmonies of #EC3983
Complementary color
Monochromatic Colors of #EC3983
Black with #EC3983
Text Example
Text Example
White with #EC3983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3983; }
p { color: rgb(236,57,131); }
H1.HeaderClassName
{
color: #EC3983;
}
.AnyTagClassName
{
color: #EC3983;
}
</style>
background-color css
<style>
a { background-color: #EC3983; }
a { background-color: rgb(236,57,131); }
div.DivClassName
{
background-color: #EC3983;
}
.BgClassName
{
background-color: #EC3983;
}
</style>
border-color css
<style>
span { border-color: #EC3983; }
span { border-color: rgb(236,57,131); }
td.TdClassName
{
border-color: #EC3983;
}
.TagClassName
{
border-color: #EC3983;
}
</style>