Shades of Violet Red #EC428E
Tints of Violet Red #EC428E
RGB
CMYK
RGB Variations
Color information
#EC428E (or 0xEC428E) is known color: Violet Red. HEX triplet: EC, 42 and 8E. RGB value is (236,66,142). Sum of RGB (Red+Green+Blue) = 236+66+142=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428E is #13BD71. Grayscale: #7D7D7D. Windows color (decimal): -1293682 or 9323244. OLE color: 9323244.
HSL color Cylindrical-coordinate representation of color #EC428E: hue angle of 333.18º 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 #EC428E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 142 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.07 |
| HSL | 333.18º | 0.82% | 0.59% | - |
| HSV(B) | 333.18º | 0.72% | 0.93% | - |
| XYZ | 41.42 | 23.68 | 27.98 | - |
| YUV | 125.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 142 | 0 | 0.72 | 0.40 | 0.07 | 333.18 | 0.82 | 0.59 |
| Hex | EC | 42 | 8E | 0 | 48 | 28 | 7 | 14D | 52 | 3B |
| Octal | 354 | 102 | 216 | 0 | 110 | 50 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10001110 | 0 | 1001000 | 101000 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC428E
Complementary color
Monochromatic Colors of #EC428E
Black with #EC428E
Text Example
Text Example
White with #EC428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC428E; }
p { color: rgb(236,66,142); }
H1.HeaderClassName
{
color: #EC428E;
}
.AnyTagClassName
{
color: #EC428E;
}
</style>
background-color css
<style>
a { background-color: #EC428E; }
a { background-color: rgb(236,66,142); }
div.DivClassName
{
background-color: #EC428E;
}
.BgClassName
{
background-color: #EC428E;
}
</style>
border-color css
<style>
span { border-color: #EC428E; }
span { border-color: rgb(236,66,142); }
td.TdClassName
{
border-color: #EC428E;
}
.TagClassName
{
border-color: #EC428E;
}
</style>