Shades of Violet Red #EC407C
Tints of Violet Red #EC407C
RGB
CMYK
RGB Variations
Color information
#EC407C (or 0xEC407C) is known color: Violet Red. HEX triplet: EC, 40 and 7C. RGB value is (236,64,124). Sum of RGB (Red+Green+Blue) = 236+64+124=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC407C is #13BF83. Grayscale: #7A7A7A. Windows color (decimal): -1294212 or 8143084. OLE color: 8143084.
HSL color Cylindrical-coordinate representation of color #EC407C: hue angle of 339.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC407C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 124 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.07 |
| HSL | 339.07º | 0.82% | 0.59% | - |
| HSV(B) | 339.07º | 0.73% | 0.93% | - |
| XYZ | 40.06 | 22.95 | 21.39 | - |
| YUV | 122.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 124 | 0 | 0.73 | 0.47 | 0.07 | 339.07 | 0.82 | 0.59 |
| Hex | EC | 40 | 7C | 0 | 49 | 2F | 7 | 153 | 52 | 3B |
| Octal | 354 | 100 | 174 | 0 | 111 | 57 | 7 | 523 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1111100 | 0 | 1001001 | 101111 | 111 | 101010011 | 1010010 | 111011 |
Color Harmonies of #EC407C
Complementary color
Monochromatic Colors of #EC407C
Black with #EC407C
Text Example
Text Example
White with #EC407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC407C; }
p { color: rgb(236,64,124); }
H1.HeaderClassName
{
color: #EC407C;
}
.AnyTagClassName
{
color: #EC407C;
}
</style>
background-color css
<style>
a { background-color: #EC407C; }
a { background-color: rgb(236,64,124); }
div.DivClassName
{
background-color: #EC407C;
}
.BgClassName
{
background-color: #EC407C;
}
</style>
border-color css
<style>
span { border-color: #EC407C; }
span { border-color: rgb(236,64,124); }
td.TdClassName
{
border-color: #EC407C;
}
.TagClassName
{
border-color: #EC407C;
}
</style>