Shades of Violet Red #EC4694
Tints of Violet Red #EC4694
RGB
CMYK
RGB Variations
Color information
#EC4694 (or 0xEC4694) is known color: Violet Red. HEX triplet: EC, 46 and 94. RGB value is (236,70,148). Sum of RGB (Red+Green+Blue) = 236+70+148=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4694 is #13B96B. Grayscale: #808080. Windows color (decimal): -1292652 or 9717484. OLE color: 9717484.
HSL color Cylindrical-coordinate representation of color #EC4694: hue angle of 331.81º 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 #EC4694 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 148 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.07 |
| HSL | 331.81º | 0.81% | 0.6% | - |
| HSV(B) | 331.81º | 0.7% | 0.93% | - |
| XYZ | 42.13 | 24.35 | 30.5 | - |
| YUV | 128.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 148 | 0 | 0.70 | 0.37 | 0.07 | 331.81 | 0.81 | 0.6 |
| Hex | EC | 46 | 94 | 0 | 46 | 25 | 7 | 14C | 51 | 3C |
| Octal | 354 | 106 | 224 | 0 | 106 | 45 | 7 | 514 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10010100 | 0 | 1000110 | 100101 | 111 | 101001100 | 1010001 | 111100 |
Color Harmonies of #EC4694
Complementary color
Monochromatic Colors of #EC4694
Black with #EC4694
Text Example
Text Example
White with #EC4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4694; }
p { color: rgb(236,70,148); }
H1.HeaderClassName
{
color: #EC4694;
}
.AnyTagClassName
{
color: #EC4694;
}
</style>
background-color css
<style>
a { background-color: #EC4694; }
a { background-color: rgb(236,70,148); }
div.DivClassName
{
background-color: #EC4694;
}
.BgClassName
{
background-color: #EC4694;
}
</style>
border-color css
<style>
span { border-color: #EC4694; }
span { border-color: rgb(236,70,148); }
td.TdClassName
{
border-color: #EC4694;
}
.TagClassName
{
border-color: #EC4694;
}
</style>