Shades of Violet Red #EC3982
Tints of Violet Red #EC3982
RGB
CMYK
RGB Variations
Color information
#EC3982 (or 0xEC3982) is known color: Violet Red. HEX triplet: EC, 39 and 82. RGB value is (236,57,130). Sum of RGB (Red+Green+Blue) = 236+57+130=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3982 is #13C67D. Grayscale: #767676. Windows color (decimal): -1295998 or 8534508. OLE color: 8534508.
HSL color Cylindrical-coordinate representation of color #EC3982: hue angle of 335.53º 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 #EC3982 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 130 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.07 |
| HSL | 335.53º | 0.82% | 0.57% | - |
| HSV(B) | 335.53º | 0.76% | 0.93% | - |
| XYZ | 40.08 | 22.37 | 23.32 | - |
| YUV | 118.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 130 | 0 | 0.76 | 0.45 | 0.07 | 335.53 | 0.82 | 0.57 |
| Hex | EC | 39 | 82 | 0 | 4C | 2D | 7 | 150 | 52 | 39 |
| Octal | 354 | 71 | 202 | 0 | 114 | 55 | 7 | 520 | 122 | 71 |
| Binary | 11101100 | 111001 | 10000010 | 0 | 1001100 | 101101 | 111 | 101010000 | 1010010 | 111001 |
Color Harmonies of #EC3982
Complementary color
Monochromatic Colors of #EC3982
Black with #EC3982
Text Example
Text Example
White with #EC3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3982; }
p { color: rgb(236,57,130); }
H1.HeaderClassName
{
color: #EC3982;
}
.AnyTagClassName
{
color: #EC3982;
}
</style>
background-color css
<style>
a { background-color: #EC3982; }
a { background-color: rgb(236,57,130); }
div.DivClassName
{
background-color: #EC3982;
}
.BgClassName
{
background-color: #EC3982;
}
</style>
border-color css
<style>
span { border-color: #EC3982; }
span { border-color: rgb(236,57,130); }
td.TdClassName
{
border-color: #EC3982;
}
.TagClassName
{
border-color: #EC3982;
}
</style>