Shades of Violet Red #EC3980
Tints of Violet Red #EC3980
RGB
CMYK
RGB Variations
Color information
#EC3980 (or 0xEC3980) is known color: Violet Red. HEX triplet: EC, 39 and 80. RGB value is (236,57,128). Sum of RGB (Red+Green+Blue) = 236+57+128=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3980 is #13C67F. Grayscale: #767676. Windows color (decimal): -1296000 or 8403436. OLE color: 8403436.
HSL color Cylindrical-coordinate representation of color #EC3980: hue angle of 336.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 #EC3980 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 128 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.07 |
| HSL | 336.2º | 0.82% | 0.57% | - |
| HSV(B) | 336.2º | 0.76% | 0.93% | - |
| XYZ | 39.95 | 22.32 | 22.62 | - |
| YUV | 118.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 128 | 0 | 0.76 | 0.46 | 0.07 | 336.2 | 0.82 | 0.57 |
| Hex | EC | 39 | 80 | 0 | 4C | 2E | 7 | 150 | 52 | 39 |
| Octal | 354 | 71 | 200 | 0 | 114 | 56 | 7 | 520 | 122 | 71 |
| Binary | 11101100 | 111001 | 10000000 | 0 | 1001100 | 101110 | 111 | 101010000 | 1010010 | 111001 |
Color Harmonies of #EC3980
Complementary color
Monochromatic Colors of #EC3980
Black with #EC3980
Text Example
Text Example
White with #EC3980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3980; }
p { color: rgb(236,57,128); }
H1.HeaderClassName
{
color: #EC3980;
}
.AnyTagClassName
{
color: #EC3980;
}
</style>
background-color css
<style>
a { background-color: #EC3980; }
a { background-color: rgb(236,57,128); }
div.DivClassName
{
background-color: #EC3980;
}
.BgClassName
{
background-color: #EC3980;
}
</style>
border-color css
<style>
span { border-color: #EC3980; }
span { border-color: rgb(236,57,128); }
td.TdClassName
{
border-color: #EC3980;
}
.TagClassName
{
border-color: #EC3980;
}
</style>