Shades of Violet Red #EC419A
Tints of Violet Red #EC419A
RGB
CMYK
RGB Variations
Color information
#EC419A (or 0xEC419A) is known color: Violet Red. HEX triplet: EC, 41 and 9A. RGB value is (236,65,154). Sum of RGB (Red+Green+Blue) = 236+65+154=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC419A is #13BE65. Grayscale: #7E7E7E. Windows color (decimal): -1293926 or 10109420. OLE color: 10109420.
HSL color Cylindrical-coordinate representation of color #EC419A: hue angle of 328.77º 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 #EC419A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 328.77º | 0.82% | 0.59% | - |
| HSV(B) | 328.77º | 0.72% | 0.93% | - |
| XYZ | 42.32 | 23.95 | 32.96 | - |
| YUV | 126.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 154 | 0 | 0.72 | 0.35 | 0.07 | 328.77 | 0.82 | 0.59 |
| Hex | EC | 41 | 9A | 0 | 48 | 23 | 7 | 149 | 52 | 3B |
| Octal | 354 | 101 | 232 | 0 | 110 | 43 | 7 | 511 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010010 | 111011 |
Color Harmonies of #EC419A
Complementary color
Monochromatic Colors of #EC419A
Black with #EC419A
Text Example
Text Example
White with #EC419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC419A; }
p { color: rgb(236,65,154); }
H1.HeaderClassName
{
color: #EC419A;
}
.AnyTagClassName
{
color: #EC419A;
}
</style>
background-color css
<style>
a { background-color: #EC419A; }
a { background-color: rgb(236,65,154); }
div.DivClassName
{
background-color: #EC419A;
}
.BgClassName
{
background-color: #EC419A;
}
</style>
border-color css
<style>
span { border-color: #EC419A; }
span { border-color: rgb(236,65,154); }
td.TdClassName
{
border-color: #EC419A;
}
.TagClassName
{
border-color: #EC419A;
}
</style>