Shades of Violet Red #EC4795
Tints of Violet Red #EC4795
RGB
CMYK
RGB Variations
Color information
#EC4795 (or 0xEC4795) is known color: Violet Red. HEX triplet: EC, 47 and 95. RGB value is (236,71,149). Sum of RGB (Red+Green+Blue) = 236+71+149=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4795 is #13B86A. Grayscale: #818181. Windows color (decimal): -1292395 or 9783276. OLE color: 9783276.
HSL color Cylindrical-coordinate representation of color #EC4795: hue angle of 331.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4795 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 149 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.07 |
| HSL | 331.64º | 0.81% | 0.6% | - |
| HSV(B) | 331.64º | 0.7% | 0.93% | - |
| XYZ | 42.27 | 24.51 | 30.94 | - |
| YUV | 129.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 149 | 0 | 0.70 | 0.37 | 0.07 | 331.64 | 0.81 | 0.6 |
| Hex | EC | 47 | 95 | 0 | 46 | 25 | 7 | 14C | 51 | 3C |
| Octal | 354 | 107 | 225 | 0 | 106 | 45 | 7 | 514 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10010101 | 0 | 1000110 | 100101 | 111 | 101001100 | 1010001 | 111100 |
Color Harmonies of #EC4795
Complementary color
Monochromatic Colors of #EC4795
Black with #EC4795
Text Example
Text Example
White with #EC4795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4795; }
p { color: rgb(236,71,149); }
H1.HeaderClassName
{
color: #EC4795;
}
.AnyTagClassName
{
color: #EC4795;
}
</style>
background-color css
<style>
a { background-color: #EC4795; }
a { background-color: rgb(236,71,149); }
div.DivClassName
{
background-color: #EC4795;
}
.BgClassName
{
background-color: #EC4795;
}
</style>
border-color css
<style>
span { border-color: #EC4795; }
span { border-color: rgb(236,71,149); }
td.TdClassName
{
border-color: #EC4795;
}
.TagClassName
{
border-color: #EC4795;
}
</style>