Shades of Ruby #E50774
Tints of Ruby #E50774
RGB
CMYK
RGB Variations
Color information
#E50774 (or 0xE50774) is known color: Ruby. HEX triplet: E5, 07 and 74. RGB value is (229,7,116). Sum of RGB (Red+Green+Blue) = 229+7+116=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50774 is #1AF88B. Grayscale: #555555. Windows color (decimal): -1767564 or 7604197. OLE color: 7604197.
HSL color Cylindrical-coordinate representation of color #E50774: hue angle of 330.54º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50774 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 116 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.10 |
| HSL | 330.54º | 0.94% | 0.46% | - |
| HSV(B) | 330.54º | 0.97% | 0.9% | - |
| XYZ | 35.54 | 18.07 | 18.14 | - |
| YUV | 85.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 116 | 0 | 0.97 | 0.49 | 0.10 | 330.54 | 0.94 | 0.46 |
| Hex | E5 | 7 | 74 | 0 | 61 | 31 | A | 14B | 5E | 2E |
| Octal | 345 | 7 | 164 | 0 | 141 | 61 | 12 | 513 | 136 | 56 |
| Binary | 11100101 | 111 | 1110100 | 0 | 1100001 | 110001 | 1010 | 101001011 | 1011110 | 101110 |
Color Harmonies of #E50774
Complementary color
Monochromatic Colors of #E50774
Black with #E50774
Text Example
Text Example
White with #E50774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50774; }
p { color: rgb(229,7,116); }
H1.HeaderClassName
{
color: #E50774;
}
.AnyTagClassName
{
color: #E50774;
}
</style>
background-color css
<style>
a { background-color: #E50774; }
a { background-color: rgb(229,7,116); }
div.DivClassName
{
background-color: #E50774;
}
.BgClassName
{
background-color: #E50774;
}
</style>
border-color css
<style>
span { border-color: #E50774; }
span { border-color: rgb(229,7,116); }
td.TdClassName
{
border-color: #E50774;
}
.TagClassName
{
border-color: #E50774;
}
</style>