Shades of Ruby #E50478
Tints of Ruby #E50478
RGB
CMYK
RGB Variations
Color information
#E50478 (or 0xE50478) is known color: Ruby. HEX triplet: E5, 04 and 78. RGB value is (229,4,120). Sum of RGB (Red+Green+Blue) = 229+4+120=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E50478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50478 is #1AFB87. Grayscale: #545454. Windows color (decimal): -1768328 or 7865573. OLE color: 7865573.
HSL color Cylindrical-coordinate representation of color #E50478: hue angle of 329.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50478 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.07º | 0.97% | 0.46% | - |
| HSV(B) | 329.07º | 0.98% | 0.9% | - |
| XYZ | 35.75 | 18.1 | 19.38 | - |
| YUV | 84.5 | 148.04 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 120 | 0 | 0.98 | 0.48 | 0.10 | 329.07 | 0.97 | 0.46 |
| Hex | E5 | 4 | 78 | 0 | 62 | 30 | A | 149 | 61 | 2E |
| Octal | 345 | 4 | 170 | 0 | 142 | 60 | 12 | 511 | 141 | 56 |
| Binary | 11100101 | 100 | 1111000 | 0 | 1100010 | 110000 | 1010 | 101001001 | 1100001 | 101110 |
Color Harmonies of #E50478
Complementary color
Monochromatic Colors of #E50478
Black with #E50478
Text Example
Text Example
White with #E50478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50478; }
p { color: rgb(229,4,120); }
H1.HeaderClassName
{
color: #E50478;
}
.AnyTagClassName
{
color: #E50478;
}
</style>
background-color css
<style>
a { background-color: #E50478; }
a { background-color: rgb(229,4,120); }
div.DivClassName
{
background-color: #E50478;
}
.BgClassName
{
background-color: #E50478;
}
</style>
border-color css
<style>
span { border-color: #E50478; }
span { border-color: rgb(229,4,120); }
td.TdClassName
{
border-color: #E50478;
}
.TagClassName
{
border-color: #E50478;
}
</style>