Shades of Violet Red #EC417A
Tints of Violet Red #EC417A
RGB
CMYK
RGB Variations
Color information
#EC417A (or 0xEC417A) is known color: Violet Red. HEX triplet: EC, 41 and 7A. RGB value is (236,65,122). Sum of RGB (Red+Green+Blue) = 236+65+122=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417A is #13BE85. Grayscale: #7A7A7A. Windows color (decimal): -1293958 or 8012268. OLE color: 8012268.
HSL color Cylindrical-coordinate representation of color #EC417A: hue angle of 340º 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 #EC417A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 122 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.07 |
| HSL | 340º | 0.82% | 0.59% | - |
| HSV(B) | 340º | 0.72% | 0.93% | - |
| XYZ | 40 | 23.02 | 20.75 | - |
| YUV | 122.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 122 | 0 | 0.72 | 0.48 | 0.07 | 340 | 0.82 | 0.59 |
| Hex | EC | 41 | 7A | 0 | 48 | 30 | 7 | 154 | 52 | 3B |
| Octal | 354 | 101 | 172 | 0 | 110 | 60 | 7 | 524 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1111010 | 0 | 1001000 | 110000 | 111 | 101010100 | 1010010 | 111011 |
Color Harmonies of #EC417A
Complementary color
Monochromatic Colors of #EC417A
Black with #EC417A
Text Example
Text Example
White with #EC417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC417A; }
p { color: rgb(236,65,122); }
H1.HeaderClassName
{
color: #EC417A;
}
.AnyTagClassName
{
color: #EC417A;
}
</style>
background-color css
<style>
a { background-color: #EC417A; }
a { background-color: rgb(236,65,122); }
div.DivClassName
{
background-color: #EC417A;
}
.BgClassName
{
background-color: #EC417A;
}
</style>
border-color css
<style>
span { border-color: #EC417A; }
span { border-color: rgb(236,65,122); }
td.TdClassName
{
border-color: #EC417A;
}
.TagClassName
{
border-color: #EC417A;
}
</style>