Shades of Violet Red #EC428D
Tints of Violet Red #EC428D
RGB
CMYK
RGB Variations
Color information
#EC428D (or 0xEC428D) is known color: Violet Red. HEX triplet: EC, 42 and 8D. RGB value is (236,66,141). Sum of RGB (Red+Green+Blue) = 236+66+141=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428D is #13BD72. Grayscale: #7D7D7D. Windows color (decimal): -1293683 or 9257708. OLE color: 9257708.
HSL color Cylindrical-coordinate representation of color #EC428D: hue angle of 333.53º 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 #EC428D is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 141 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.07 |
| HSL | 333.53º | 0.82% | 0.59% | - |
| HSV(B) | 333.53º | 0.72% | 0.93% | - |
| XYZ | 41.35 | 23.65 | 27.59 | - |
| YUV | 125.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 141 | 0 | 0.72 | 0.40 | 0.07 | 333.53 | 0.82 | 0.59 |
| Hex | EC | 42 | 8D | 0 | 48 | 28 | 7 | 14E | 52 | 3B |
| Octal | 354 | 102 | 215 | 0 | 110 | 50 | 7 | 516 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10001101 | 0 | 1001000 | 101000 | 111 | 101001110 | 1010010 | 111011 |
Color Harmonies of #EC428D
Complementary color
Monochromatic Colors of #EC428D
Black with #EC428D
Text Example
Text Example
White with #EC428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC428D; }
p { color: rgb(236,66,141); }
H1.HeaderClassName
{
color: #EC428D;
}
.AnyTagClassName
{
color: #EC428D;
}
</style>
background-color css
<style>
a { background-color: #EC428D; }
a { background-color: rgb(236,66,141); }
div.DivClassName
{
background-color: #EC428D;
}
.BgClassName
{
background-color: #EC428D;
}
</style>
border-color css
<style>
span { border-color: #EC428D; }
span { border-color: rgb(236,66,141); }
td.TdClassName
{
border-color: #EC428D;
}
.TagClassName
{
border-color: #EC428D;
}
</style>