Shades of Violet Red #EC4280
Tints of Violet Red #EC4280
RGB
CMYK
RGB Variations
Color information
#EC4280 (or 0xEC4280) is known color: Violet Red. HEX triplet: EC, 42 and 80. RGB value is (236,66,128). Sum of RGB (Red+Green+Blue) = 236+66+128=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4280 is #13BD7F. Grayscale: #7B7B7B. Windows color (decimal): -1293696 or 8405740. OLE color: 8405740.
HSL color Cylindrical-coordinate representation of color #EC4280: hue angle of 338.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4280 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 128 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.07 |
| HSL | 338.12º | 0.82% | 0.59% | - |
| HSV(B) | 338.12º | 0.72% | 0.93% | - |
| XYZ | 40.44 | 23.29 | 22.79 | - |
| YUV | 123.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 128 | 0 | 0.72 | 0.46 | 0.07 | 338.12 | 0.82 | 0.59 |
| Hex | EC | 42 | 80 | 0 | 48 | 2E | 7 | 152 | 52 | 3B |
| Octal | 354 | 102 | 200 | 0 | 110 | 56 | 7 | 522 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10000000 | 0 | 1001000 | 101110 | 111 | 101010010 | 1010010 | 111011 |
Color Harmonies of #EC4280
Complementary color
Monochromatic Colors of #EC4280
Black with #EC4280
Text Example
Text Example
White with #EC4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4280; }
p { color: rgb(236,66,128); }
H1.HeaderClassName
{
color: #EC4280;
}
.AnyTagClassName
{
color: #EC4280;
}
</style>
background-color css
<style>
a { background-color: #EC4280; }
a { background-color: rgb(236,66,128); }
div.DivClassName
{
background-color: #EC4280;
}
.BgClassName
{
background-color: #EC4280;
}
</style>
border-color css
<style>
span { border-color: #EC4280; }
span { border-color: rgb(236,66,128); }
td.TdClassName
{
border-color: #EC4280;
}
.TagClassName
{
border-color: #EC4280;
}
</style>