Shades of Ruby #E51578
Tints of Ruby #E51578
RGB
CMYK
RGB Variations
Color information
#E51578 (or 0xE51578) is known color: Ruby. HEX triplet: E5, 15 and 78. RGB value is (229,21,120). Sum of RGB (Red+Green+Blue) = 229+21+120=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E51578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51578 is #1AEA87. Grayscale: #5E5E5E. Windows color (decimal): -1763976 or 7869925. OLE color: 7869925.
HSL color Cylindrical-coordinate representation of color #E51578: hue angle of 331.44º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51578 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 120 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.10 |
| HSL | 331.44º | 0.83% | 0.49% | - |
| HSV(B) | 331.44º | 0.91% | 0.9% | - |
| XYZ | 35.97 | 18.55 | 19.45 | - |
| YUV | 94.48 | 142.41 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 120 | 0 | 0.91 | 0.48 | 0.10 | 331.44 | 0.83 | 0.49 |
| Hex | E5 | 15 | 78 | 0 | 5B | 30 | A | 14B | 53 | 31 |
| Octal | 345 | 25 | 170 | 0 | 133 | 60 | 12 | 513 | 123 | 61 |
| Binary | 11100101 | 10101 | 1111000 | 0 | 1011011 | 110000 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E51578
Complementary color
Monochromatic Colors of #E51578
Black with #E51578
Text Example
Text Example
White with #E51578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51578; }
p { color: rgb(229,21,120); }
H1.HeaderClassName
{
color: #E51578;
}
.AnyTagClassName
{
color: #E51578;
}
</style>
background-color css
<style>
a { background-color: #E51578; }
a { background-color: rgb(229,21,120); }
div.DivClassName
{
background-color: #E51578;
}
.BgClassName
{
background-color: #E51578;
}
</style>
border-color css
<style>
span { border-color: #E51578; }
span { border-color: rgb(229,21,120); }
td.TdClassName
{
border-color: #E51578;
}
.TagClassName
{
border-color: #E51578;
}
</style>