Shades of Ruby #E51968
Tints of Ruby #E51968
RGB
CMYK
RGB Variations
Color information
#E51968 (or 0xE51968) is known color: Ruby. HEX triplet: E5, 19 and 68. RGB value is (229,25,104). Sum of RGB (Red+Green+Blue) = 229+25+104=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E51968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51968 is #1AE697. Grayscale: #5E5E5E. Windows color (decimal): -1762968 or 6822373. OLE color: 6822373.
HSL color Cylindrical-coordinate representation of color #E51968: hue angle of 336.76º 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 #E51968 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 104 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.10 |
| HSL | 336.76º | 0.8% | 0.5% | - |
| HSV(B) | 336.76º | 0.89% | 0.9% | - |
| XYZ | 35.16 | 18.35 | 14.79 | - |
| YUV | 95 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 104 | 0 | 0.89 | 0.55 | 0.10 | 336.76 | 0.8 | 0.5 |
| Hex | E5 | 19 | 68 | 0 | 59 | 37 | A | 151 | 50 | 32 |
| Octal | 345 | 31 | 150 | 0 | 131 | 67 | 12 | 521 | 120 | 62 |
| Binary | 11100101 | 11001 | 1101000 | 0 | 1011001 | 110111 | 1010 | 101010001 | 1010000 | 110010 |
Color Harmonies of #E51968
Complementary color
Monochromatic Colors of #E51968
Black with #E51968
Text Example
Text Example
White with #E51968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51968; }
p { color: rgb(229,25,104); }
H1.HeaderClassName
{
color: #E51968;
}
.AnyTagClassName
{
color: #E51968;
}
</style>
background-color css
<style>
a { background-color: #E51968; }
a { background-color: rgb(229,25,104); }
div.DivClassName
{
background-color: #E51968;
}
.BgClassName
{
background-color: #E51968;
}
</style>
border-color css
<style>
span { border-color: #E51968; }
span { border-color: rgb(229,25,104); }
td.TdClassName
{
border-color: #E51968;
}
.TagClassName
{
border-color: #E51968;
}
</style>