Shades of Violet Red #EC479B
Tints of Violet Red #EC479B
RGB
CMYK
RGB Variations
Color information
#EC479B (or 0xEC479B) is known color: Violet Red. HEX triplet: EC, 47 and 9B. RGB value is (236,71,155). Sum of RGB (Red+Green+Blue) = 236+71+155=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC479B is #13B864. Grayscale: #818181. Windows color (decimal): -1292389 or 10176492. OLE color: 10176492.
HSL color Cylindrical-coordinate representation of color #EC479B: hue angle of 329.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 #EC479B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 155 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.07 |
| HSL | 329.45º | 0.81% | 0.6% | - |
| HSV(B) | 329.45º | 0.7% | 0.93% | - |
| XYZ | 42.76 | 24.71 | 33.53 | - |
| YUV | 129.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 155 | 0 | 0.70 | 0.34 | 0.07 | 329.45 | 0.81 | 0.6 |
| Hex | EC | 47 | 9B | 0 | 46 | 22 | 7 | 149 | 51 | 3C |
| Octal | 354 | 107 | 233 | 0 | 106 | 42 | 7 | 511 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10011011 | 0 | 1000110 | 100010 | 111 | 101001001 | 1010001 | 111100 |
Color Harmonies of #EC479B
Complementary color
Monochromatic Colors of #EC479B
Black with #EC479B
Text Example
Text Example
White with #EC479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC479B; }
p { color: rgb(236,71,155); }
H1.HeaderClassName
{
color: #EC479B;
}
.AnyTagClassName
{
color: #EC479B;
}
</style>
background-color css
<style>
a { background-color: #EC479B; }
a { background-color: rgb(236,71,155); }
div.DivClassName
{
background-color: #EC479B;
}
.BgClassName
{
background-color: #EC479B;
}
</style>
border-color css
<style>
span { border-color: #EC479B; }
span { border-color: rgb(236,71,155); }
td.TdClassName
{
border-color: #EC479B;
}
.TagClassName
{
border-color: #EC479B;
}
</style>