Shades of Violet Red #EC4695
Tints of Violet Red #EC4695
RGB
CMYK
RGB Variations
Color information
#EC4695 (or 0xEC4695) is known color: Violet Red. HEX triplet: EC, 46 and 95. RGB value is (236,70,149). Sum of RGB (Red+Green+Blue) = 236+70+149=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4695 is #13B96A. Grayscale: #808080. Windows color (decimal): -1292651 or 9783020. OLE color: 9783020.
HSL color Cylindrical-coordinate representation of color #EC4695: hue angle of 331.45º 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 #EC4695 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 149 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.07 |
| HSL | 331.45º | 0.81% | 0.6% | - |
| HSV(B) | 331.45º | 0.7% | 0.93% | - |
| XYZ | 42.21 | 24.38 | 30.92 | - |
| YUV | 128.64 | 139.5 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 149 | 0 | 0.70 | 0.37 | 0.07 | 331.45 | 0.81 | 0.6 |
| Hex | EC | 46 | 95 | 0 | 46 | 25 | 7 | 14B | 51 | 3C |
| Octal | 354 | 106 | 225 | 0 | 106 | 45 | 7 | 513 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10010101 | 0 | 1000110 | 100101 | 111 | 101001011 | 1010001 | 111100 |
Color Harmonies of #EC4695
Complementary color
Monochromatic Colors of #EC4695
Black with #EC4695
Text Example
Text Example
White with #EC4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4695; }
p { color: rgb(236,70,149); }
H1.HeaderClassName
{
color: #EC4695;
}
.AnyTagClassName
{
color: #EC4695;
}
</style>
background-color css
<style>
a { background-color: #EC4695; }
a { background-color: rgb(236,70,149); }
div.DivClassName
{
background-color: #EC4695;
}
.BgClassName
{
background-color: #EC4695;
}
</style>
border-color css
<style>
span { border-color: #EC4695; }
span { border-color: rgb(236,70,149); }
td.TdClassName
{
border-color: #EC4695;
}
.TagClassName
{
border-color: #EC4695;
}
</style>