Shades of Violet Red #EC4592
Tints of Violet Red #EC4592
RGB
CMYK
RGB Variations
Color information
#EC4592 (or 0xEC4592) is known color: Violet Red. HEX triplet: EC, 45 and 92. RGB value is (236,69,146). Sum of RGB (Red+Green+Blue) = 236+69+146=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4592 is #13BA6D. Grayscale: #7F7F7F. Windows color (decimal): -1292910 or 9586156. OLE color: 9586156.
HSL color Cylindrical-coordinate representation of color #EC4592: hue angle of 332.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4592 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 146 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.07 |
| HSL | 332.34º | 0.81% | 0.6% | - |
| HSV(B) | 332.34º | 0.71% | 0.93% | - |
| XYZ | 41.91 | 24.16 | 29.65 | - |
| YUV | 127.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 146 | 0 | 0.71 | 0.38 | 0.07 | 332.34 | 0.81 | 0.6 |
| Hex | EC | 45 | 92 | 0 | 47 | 26 | 7 | 14C | 51 | 3C |
| Octal | 354 | 105 | 222 | 0 | 107 | 46 | 7 | 514 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10010010 | 0 | 1000111 | 100110 | 111 | 101001100 | 1010001 | 111100 |
Color Harmonies of #EC4592
Complementary color
Monochromatic Colors of #EC4592
Black with #EC4592
Text Example
Text Example
White with #EC4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4592; }
p { color: rgb(236,69,146); }
H1.HeaderClassName
{
color: #EC4592;
}
.AnyTagClassName
{
color: #EC4592;
}
</style>
background-color css
<style>
a { background-color: #EC4592; }
a { background-color: rgb(236,69,146); }
div.DivClassName
{
background-color: #EC4592;
}
.BgClassName
{
background-color: #EC4592;
}
</style>
border-color css
<style>
span { border-color: #EC4592; }
span { border-color: rgb(236,69,146); }
td.TdClassName
{
border-color: #EC4592;
}
.TagClassName
{
border-color: #EC4592;
}
</style>