Shades of Violet Red #EC429A
Tints of Violet Red #EC429A
RGB
CMYK
RGB Variations
Color information
#EC429A (or 0xEC429A) is known color: Violet Red. HEX triplet: EC, 42 and 9A. RGB value is (236,66,154). Sum of RGB (Red+Green+Blue) = 236+66+154=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC429A is #13BD65. Grayscale: #7E7E7E. Windows color (decimal): -1293670 or 10109676. OLE color: 10109676.
HSL color Cylindrical-coordinate representation of color #EC429A: hue angle of 328.94º 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 #EC429A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 328.94º | 0.82% | 0.59% | - |
| HSV(B) | 328.94º | 0.72% | 0.93% | - |
| XYZ | 42.37 | 24.06 | 32.98 | - |
| YUV | 126.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 154 | 0 | 0.72 | 0.35 | 0.07 | 328.94 | 0.82 | 0.59 |
| Hex | EC | 42 | 9A | 0 | 48 | 23 | 7 | 149 | 52 | 3B |
| Octal | 354 | 102 | 232 | 0 | 110 | 43 | 7 | 511 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010010 | 111011 |
Color Harmonies of #EC429A
Complementary color
Monochromatic Colors of #EC429A
Black with #EC429A
Text Example
Text Example
White with #EC429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC429A; }
p { color: rgb(236,66,154); }
H1.HeaderClassName
{
color: #EC429A;
}
.AnyTagClassName
{
color: #EC429A;
}
</style>
background-color css
<style>
a { background-color: #EC429A; }
a { background-color: rgb(236,66,154); }
div.DivClassName
{
background-color: #EC429A;
}
.BgClassName
{
background-color: #EC429A;
}
</style>
border-color css
<style>
span { border-color: #EC429A; }
span { border-color: rgb(236,66,154); }
td.TdClassName
{
border-color: #EC429A;
}
.TagClassName
{
border-color: #EC429A;
}
</style>