Shades of Ruby #E51976
Tints of Ruby #E51976
RGB
CMYK
RGB Variations
Color information
#E51976 (or 0xE51976) is known color: Ruby. HEX triplet: E5, 19 and 76. RGB value is (229,25,118). Sum of RGB (Red+Green+Blue) = 229+25+118=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E51976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51976 is #1AE689. Grayscale: #606060. Windows color (decimal): -1762954 or 7739877. OLE color: 7739877.
HSL color Cylindrical-coordinate representation of color #E51976: hue angle of 332.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51976 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.10 |
| HSL | 332.65º | 0.8% | 0.5% | - |
| HSV(B) | 332.65º | 0.89% | 0.9% | - |
| XYZ | 35.93 | 18.66 | 18.85 | - |
| YUV | 96.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 118 | 0 | 0.89 | 0.48 | 0.10 | 332.65 | 0.8 | 0.5 |
| Hex | E5 | 19 | 76 | 0 | 59 | 30 | A | 14D | 50 | 32 |
| Octal | 345 | 31 | 166 | 0 | 131 | 60 | 12 | 515 | 120 | 62 |
| Binary | 11100101 | 11001 | 1110110 | 0 | 1011001 | 110000 | 1010 | 101001101 | 1010000 | 110010 |
Color Harmonies of #E51976
Complementary color
Monochromatic Colors of #E51976
Black with #E51976
Text Example
Text Example
White with #E51976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51976; }
p { color: rgb(229,25,118); }
H1.HeaderClassName
{
color: #E51976;
}
.AnyTagClassName
{
color: #E51976;
}
</style>
background-color css
<style>
a { background-color: #E51976; }
a { background-color: rgb(229,25,118); }
div.DivClassName
{
background-color: #E51976;
}
.BgClassName
{
background-color: #E51976;
}
</style>
border-color css
<style>
span { border-color: #E51976; }
span { border-color: rgb(229,25,118); }
td.TdClassName
{
border-color: #E51976;
}
.TagClassName
{
border-color: #E51976;
}
</style>