Shades of Violet Red #E5479C
Tints of Violet Red #E5479C
RGB
CMYK
RGB Variations
Color information
#E5479C (or 0xE5479C) is known color: Violet Red. HEX triplet: E5, 47 and 9C. RGB value is (229,71,156). Sum of RGB (Red+Green+Blue) = 229+71+156=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5479C is #1AB863. Grayscale: #7F7F7F. Windows color (decimal): -1751140 or 10242021. OLE color: 10242021.
HSL color Cylindrical-coordinate representation of color #E5479C: hue angle of 327.72º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5479C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 156 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.10 |
| HSL | 327.72º | 0.75% | 0.59% | - |
| HSV(B) | 327.72º | 0.69% | 0.9% | - |
| XYZ | 40.57 | 23.56 | 33.86 | - |
| YUV | 127.93 | 143.85 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 156 | 0 | 0.69 | 0.32 | 0.10 | 327.72 | 0.75 | 0.59 |
| Hex | E5 | 47 | 9C | 0 | 45 | 20 | A | 148 | 4B | 3B |
| Octal | 345 | 107 | 234 | 0 | 105 | 40 | 12 | 510 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10011100 | 0 | 1000101 | 100000 | 1010 | 101001000 | 1001011 | 111011 |
Color Harmonies of #E5479C
Complementary color
Monochromatic Colors of #E5479C
Black with #E5479C
Text Example
Text Example
White with #E5479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5479C; }
p { color: rgb(229,71,156); }
H1.HeaderClassName
{
color: #E5479C;
}
.AnyTagClassName
{
color: #E5479C;
}
</style>
background-color css
<style>
a { background-color: #E5479C; }
a { background-color: rgb(229,71,156); }
div.DivClassName
{
background-color: #E5479C;
}
.BgClassName
{
background-color: #E5479C;
}
</style>
border-color css
<style>
span { border-color: #E5479C; }
span { border-color: rgb(229,71,156); }
td.TdClassName
{
border-color: #E5479C;
}
.TagClassName
{
border-color: #E5479C;
}
</style>