Shades of Violet Red #EC417E
Tints of Violet Red #EC417E
RGB
CMYK
RGB Variations
Color information
#EC417E (or 0xEC417E) is known color: Violet Red. HEX triplet: EC, 41 and 7E. RGB value is (236,65,126). Sum of RGB (Red+Green+Blue) = 236+65+126=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417E is #13BE81. Grayscale: #7B7B7B. Windows color (decimal): -1293954 or 8274412. OLE color: 8274412.
HSL color Cylindrical-coordinate representation of color #EC417E: hue angle of 338.6º 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 #EC417E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 126 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.07 |
| HSL | 338.6º | 0.82% | 0.59% | - |
| HSV(B) | 338.6º | 0.72% | 0.93% | - |
| XYZ | 40.25 | 23.12 | 22.08 | - |
| YUV | 123.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 126 | 0 | 0.72 | 0.47 | 0.07 | 338.6 | 0.82 | 0.59 |
| Hex | EC | 41 | 7E | 0 | 48 | 2F | 7 | 153 | 52 | 3B |
| Octal | 354 | 101 | 176 | 0 | 110 | 57 | 7 | 523 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1111110 | 0 | 1001000 | 101111 | 111 | 101010011 | 1010010 | 111011 |
Color Harmonies of #EC417E
Complementary color
Monochromatic Colors of #EC417E
Black with #EC417E
Text Example
Text Example
White with #EC417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC417E; }
p { color: rgb(236,65,126); }
H1.HeaderClassName
{
color: #EC417E;
}
.AnyTagClassName
{
color: #EC417E;
}
</style>
background-color css
<style>
a { background-color: #EC417E; }
a { background-color: rgb(236,65,126); }
div.DivClassName
{
background-color: #EC417E;
}
.BgClassName
{
background-color: #EC417E;
}
</style>
border-color css
<style>
span { border-color: #EC417E; }
span { border-color: rgb(236,65,126); }
td.TdClassName
{
border-color: #EC417E;
}
.TagClassName
{
border-color: #EC417E;
}
</style>