Shades of Violet Red #EC4080
Tints of Violet Red #EC4080
RGB
CMYK
RGB Variations
Color information
#EC4080 (or 0xEC4080) is known color: Violet Red. HEX triplet: EC, 40 and 80. RGB value is (236,64,128). Sum of RGB (Red+Green+Blue) = 236+64+128=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4080 is #13BF7F. Grayscale: #7A7A7A. Windows color (decimal): -1294208 or 8405228. OLE color: 8405228.
HSL color Cylindrical-coordinate representation of color #EC4080: hue angle of 337.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4080 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 128 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.07 |
| HSL | 337.67º | 0.82% | 0.59% | - |
| HSV(B) | 337.67º | 0.73% | 0.93% | - |
| XYZ | 40.32 | 23.06 | 22.75 | - |
| YUV | 122.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 128 | 0 | 0.73 | 0.46 | 0.07 | 337.67 | 0.82 | 0.59 |
| Hex | EC | 40 | 80 | 0 | 49 | 2E | 7 | 152 | 52 | 3B |
| Octal | 354 | 100 | 200 | 0 | 111 | 56 | 7 | 522 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10000000 | 0 | 1001001 | 101110 | 111 | 101010010 | 1010010 | 111011 |
Color Harmonies of #EC4080
Complementary color
Monochromatic Colors of #EC4080
Black with #EC4080
Text Example
Text Example
White with #EC4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4080; }
p { color: rgb(236,64,128); }
H1.HeaderClassName
{
color: #EC4080;
}
.AnyTagClassName
{
color: #EC4080;
}
</style>
background-color css
<style>
a { background-color: #EC4080; }
a { background-color: rgb(236,64,128); }
div.DivClassName
{
background-color: #EC4080;
}
.BgClassName
{
background-color: #EC4080;
}
</style>
border-color css
<style>
span { border-color: #EC4080; }
span { border-color: rgb(236,64,128); }
td.TdClassName
{
border-color: #EC4080;
}
.TagClassName
{
border-color: #EC4080;
}
</style>