Shades of Ruby #E51868
Tints of Ruby #E51868
RGB
CMYK
RGB Variations
Color information
#E51868 (or 0xE51868) is known color: Ruby. HEX triplet: E5, 18 and 68. RGB value is (229,24,104). Sum of RGB (Red+Green+Blue) = 229+24+104=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E51868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51868 is #1AE797. Grayscale: #5E5E5E. Windows color (decimal): -1763224 or 6822117. OLE color: 6822117.
HSL color Cylindrical-coordinate representation of color #E51868: hue angle of 336.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51868 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 104 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.10 |
| HSL | 336.59º | 0.81% | 0.5% | - |
| HSV(B) | 336.59º | 0.9% | 0.9% | - |
| XYZ | 35.14 | 18.31 | 14.78 | - |
| YUV | 94.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 104 | 0 | 0.90 | 0.55 | 0.10 | 336.59 | 0.81 | 0.5 |
| Hex | E5 | 18 | 68 | 0 | 5A | 37 | A | 151 | 51 | 32 |
| Octal | 345 | 30 | 150 | 0 | 132 | 67 | 12 | 521 | 121 | 62 |
| Binary | 11100101 | 11000 | 1101000 | 0 | 1011010 | 110111 | 1010 | 101010001 | 1010001 | 110010 |
Color Harmonies of #E51868
Complementary color
Monochromatic Colors of #E51868
Black with #E51868
Text Example
Text Example
White with #E51868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51868; }
p { color: rgb(229,24,104); }
H1.HeaderClassName
{
color: #E51868;
}
.AnyTagClassName
{
color: #E51868;
}
</style>
background-color css
<style>
a { background-color: #E51868; }
a { background-color: rgb(229,24,104); }
div.DivClassName
{
background-color: #E51868;
}
.BgClassName
{
background-color: #E51868;
}
</style>
border-color css
<style>
span { border-color: #E51868; }
span { border-color: rgb(229,24,104); }
td.TdClassName
{
border-color: #E51868;
}
.TagClassName
{
border-color: #E51868;
}
</style>