Shades of Violet Red #EC469C
Tints of Violet Red #EC469C
RGB
CMYK
RGB Variations
Color information
#EC469C (or 0xEC469C) is known color: Violet Red. HEX triplet: EC, 46 and 9C. RGB value is (236,70,156). Sum of RGB (Red+Green+Blue) = 236+70+156=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC469C is #13B963. Grayscale: #818181. Windows color (decimal): -1292644 or 10241772. OLE color: 10241772.
HSL color Cylindrical-coordinate representation of color #EC469C: hue angle of 328.92º 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 #EC469C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 156 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.07 |
| HSL | 328.92º | 0.81% | 0.6% | - |
| HSV(B) | 328.92º | 0.7% | 0.93% | - |
| XYZ | 42.78 | 24.61 | 33.95 | - |
| YUV | 129.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 156 | 0 | 0.70 | 0.34 | 0.07 | 328.92 | 0.81 | 0.6 |
| Hex | EC | 46 | 9C | 0 | 46 | 22 | 7 | 149 | 51 | 3C |
| Octal | 354 | 106 | 234 | 0 | 106 | 42 | 7 | 511 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10011100 | 0 | 1000110 | 100010 | 111 | 101001001 | 1010001 | 111100 |
Color Harmonies of #EC469C
Complementary color
Monochromatic Colors of #EC469C
Black with #EC469C
Text Example
Text Example
White with #EC469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC469C; }
p { color: rgb(236,70,156); }
H1.HeaderClassName
{
color: #EC469C;
}
.AnyTagClassName
{
color: #EC469C;
}
</style>
background-color css
<style>
a { background-color: #EC469C; }
a { background-color: rgb(236,70,156); }
div.DivClassName
{
background-color: #EC469C;
}
.BgClassName
{
background-color: #EC469C;
}
</style>
border-color css
<style>
span { border-color: #EC469C; }
span { border-color: rgb(236,70,156); }
td.TdClassName
{
border-color: #EC469C;
}
.TagClassName
{
border-color: #EC469C;
}
</style>