Shades of Ruby #E50874
Tints of Ruby #E50874
RGB
CMYK
RGB Variations
Color information
#E50874 (or 0xE50874) is known color: Ruby. HEX triplet: E5, 08 and 74. RGB value is (229,8,116). Sum of RGB (Red+Green+Blue) = 229+8+116=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E50874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50874 is #1AF78B. Grayscale: #565656. Windows color (decimal): -1767308 or 7604453. OLE color: 7604453.
HSL color Cylindrical-coordinate representation of color #E50874: hue angle of 330.68º degrees, saturation: 0.93, 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 #E50874 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 116 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.10 |
| HSL | 330.68º | 0.93% | 0.46% | - |
| HSV(B) | 330.68º | 0.97% | 0.9% | - |
| XYZ | 35.55 | 18.09 | 18.14 | - |
| YUV | 86.39 | 144.72 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 116 | 0 | 0.97 | 0.49 | 0.10 | 330.68 | 0.93 | 0.46 |
| Hex | E5 | 8 | 74 | 0 | 61 | 31 | A | 14B | 5D | 2E |
| Octal | 345 | 10 | 164 | 0 | 141 | 61 | 12 | 513 | 135 | 56 |
| Binary | 11100101 | 1000 | 1110100 | 0 | 1100001 | 110001 | 1010 | 101001011 | 1011101 | 101110 |
Color Harmonies of #E50874
Complementary color
Monochromatic Colors of #E50874
Black with #E50874
Text Example
Text Example
White with #E50874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50874; }
p { color: rgb(229,8,116); }
H1.HeaderClassName
{
color: #E50874;
}
.AnyTagClassName
{
color: #E50874;
}
</style>
background-color css
<style>
a { background-color: #E50874; }
a { background-color: rgb(229,8,116); }
div.DivClassName
{
background-color: #E50874;
}
.BgClassName
{
background-color: #E50874;
}
</style>
border-color css
<style>
span { border-color: #E50874; }
span { border-color: rgb(229,8,116); }
td.TdClassName
{
border-color: #E50874;
}
.TagClassName
{
border-color: #E50874;
}
</style>