Shades of Violet Red #EC4697
Tints of Violet Red #EC4697
RGB
CMYK
RGB Variations
Color information
#EC4697 (or 0xEC4697) is known color: Violet Red. HEX triplet: EC, 46 and 97. RGB value is (236,70,151). Sum of RGB (Red+Green+Blue) = 236+70+151=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4697 is #13B968. Grayscale: #808080. Windows color (decimal): -1292649 or 9914092. OLE color: 9914092.
HSL color Cylindrical-coordinate representation of color #EC4697: hue angle of 330.72º 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 #EC4697 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 151 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.07 |
| HSL | 330.72º | 0.81% | 0.6% | - |
| HSV(B) | 330.72º | 0.7% | 0.93% | - |
| XYZ | 42.37 | 24.45 | 31.76 | - |
| YUV | 128.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 151 | 0 | 0.70 | 0.36 | 0.07 | 330.72 | 0.81 | 0.6 |
| Hex | EC | 46 | 97 | 0 | 46 | 24 | 7 | 14B | 51 | 3C |
| Octal | 354 | 106 | 227 | 0 | 106 | 44 | 7 | 513 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10010111 | 0 | 1000110 | 100100 | 111 | 101001011 | 1010001 | 111100 |
Color Harmonies of #EC4697
Complementary color
Monochromatic Colors of #EC4697
Black with #EC4697
Text Example
Text Example
White with #EC4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4697; }
p { color: rgb(236,70,151); }
H1.HeaderClassName
{
color: #EC4697;
}
.AnyTagClassName
{
color: #EC4697;
}
</style>
background-color css
<style>
a { background-color: #EC4697; }
a { background-color: rgb(236,70,151); }
div.DivClassName
{
background-color: #EC4697;
}
.BgClassName
{
background-color: #EC4697;
}
</style>
border-color css
<style>
span { border-color: #EC4697; }
span { border-color: rgb(236,70,151); }
td.TdClassName
{
border-color: #EC4697;
}
.TagClassName
{
border-color: #EC4697;
}
</style>