Shades of Violet Red #EC418E
Tints of Violet Red #EC418E
RGB
CMYK
RGB Variations
Color information
#EC418E (or 0xEC418E) is known color: Violet Red. HEX triplet: EC, 41 and 8E. RGB value is (236,65,142). Sum of RGB (Red+Green+Blue) = 236+65+142=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC418E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC418E is #13BE71. Grayscale: #7C7C7C. Windows color (decimal): -1293938 or 9322988. OLE color: 9322988.
HSL color Cylindrical-coordinate representation of color #EC418E: hue angle of 332.98º 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 #EC418E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 142 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.07 |
| HSL | 332.98º | 0.82% | 0.59% | - |
| HSV(B) | 332.98º | 0.72% | 0.93% | - |
| XYZ | 41.36 | 23.57 | 27.96 | - |
| YUV | 124.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 142 | 0 | 0.72 | 0.40 | 0.07 | 332.98 | 0.82 | 0.59 |
| Hex | EC | 41 | 8E | 0 | 48 | 28 | 7 | 14D | 52 | 3B |
| Octal | 354 | 101 | 216 | 0 | 110 | 50 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10001110 | 0 | 1001000 | 101000 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC418E
Complementary color
Monochromatic Colors of #EC418E
Black with #EC418E
Text Example
Text Example
White with #EC418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC418E; }
p { color: rgb(236,65,142); }
H1.HeaderClassName
{
color: #EC418E;
}
.AnyTagClassName
{
color: #EC418E;
}
</style>
background-color css
<style>
a { background-color: #EC418E; }
a { background-color: rgb(236,65,142); }
div.DivClassName
{
background-color: #EC418E;
}
.BgClassName
{
background-color: #EC418E;
}
</style>
border-color css
<style>
span { border-color: #EC418E; }
span { border-color: rgb(236,65,142); }
td.TdClassName
{
border-color: #EC418E;
}
.TagClassName
{
border-color: #EC418E;
}
</style>