Shades of Violet Red #EC427C
Tints of Violet Red #EC427C
RGB
CMYK
RGB Variations
Color information
#EC427C (or 0xEC427C) is known color: Violet Red. HEX triplet: EC, 42 and 7C. RGB value is (236,66,124). Sum of RGB (Red+Green+Blue) = 236+66+124=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427C is #13BD83. Grayscale: #7B7B7B. Windows color (decimal): -1293700 or 8143596. OLE color: 8143596.
HSL color Cylindrical-coordinate representation of color #EC427C: hue angle of 339.53º 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 #EC427C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 124 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.07 |
| HSL | 339.53º | 0.82% | 0.59% | - |
| HSV(B) | 339.53º | 0.72% | 0.93% | - |
| XYZ | 40.18 | 23.18 | 21.43 | - |
| YUV | 123.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 124 | 0 | 0.72 | 0.47 | 0.07 | 339.53 | 0.82 | 0.59 |
| Hex | EC | 42 | 7C | 0 | 48 | 2F | 7 | 154 | 52 | 3B |
| Octal | 354 | 102 | 174 | 0 | 110 | 57 | 7 | 524 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1111100 | 0 | 1001000 | 101111 | 111 | 101010100 | 1010010 | 111011 |
Color Harmonies of #EC427C
Complementary color
Monochromatic Colors of #EC427C
Black with #EC427C
Text Example
Text Example
White with #EC427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC427C; }
p { color: rgb(236,66,124); }
H1.HeaderClassName
{
color: #EC427C;
}
.AnyTagClassName
{
color: #EC427C;
}
</style>
background-color css
<style>
a { background-color: #EC427C; }
a { background-color: rgb(236,66,124); }
div.DivClassName
{
background-color: #EC427C;
}
.BgClassName
{
background-color: #EC427C;
}
</style>
border-color css
<style>
span { border-color: #EC427C; }
span { border-color: rgb(236,66,124); }
td.TdClassName
{
border-color: #EC427C;
}
.TagClassName
{
border-color: #EC427C;
}
</style>