Shades of Violet Red #EC479D
Tints of Violet Red #EC479D
RGB
CMYK
RGB Variations
Color information
#EC479D (or 0xEC479D) is known color: Violet Red. HEX triplet: EC, 47 and 9D. RGB value is (236,71,157). Sum of RGB (Red+Green+Blue) = 236+71+157=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC479D is #13B862. Grayscale: #818181. Windows color (decimal): -1292387 or 10307564. OLE color: 10307564.
HSL color Cylindrical-coordinate representation of color #EC479D: hue angle of 328.73º 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 #EC479D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 157 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.07 |
| HSL | 328.73º | 0.81% | 0.6% | - |
| HSV(B) | 328.73º | 0.7% | 0.93% | - |
| XYZ | 42.93 | 24.77 | 34.42 | - |
| YUV | 130.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 157 | 0 | 0.70 | 0.33 | 0.07 | 328.73 | 0.81 | 0.6 |
| Hex | EC | 47 | 9D | 0 | 46 | 21 | 7 | 149 | 51 | 3C |
| Octal | 354 | 107 | 235 | 0 | 106 | 41 | 7 | 511 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10011101 | 0 | 1000110 | 100001 | 111 | 101001001 | 1010001 | 111100 |
Color Harmonies of #EC479D
Complementary color
Monochromatic Colors of #EC479D
Black with #EC479D
Text Example
Text Example
White with #EC479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC479D; }
p { color: rgb(236,71,157); }
H1.HeaderClassName
{
color: #EC479D;
}
.AnyTagClassName
{
color: #EC479D;
}
</style>
background-color css
<style>
a { background-color: #EC479D; }
a { background-color: rgb(236,71,157); }
div.DivClassName
{
background-color: #EC479D;
}
.BgClassName
{
background-color: #EC479D;
}
</style>
border-color css
<style>
span { border-color: #EC479D; }
span { border-color: rgb(236,71,157); }
td.TdClassName
{
border-color: #EC479D;
}
.TagClassName
{
border-color: #EC479D;
}
</style>