Shades of Ruby #E51563
Tints of Ruby #E51563
RGB
CMYK
RGB Variations
Color information
#E51563 (or 0xE51563) is known color: Ruby. HEX triplet: E5, 15 and 63. RGB value is (229,21,99). Sum of RGB (Red+Green+Blue) = 229+21+99=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E51563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51563 is #1AEA9C. Grayscale: #5B5B5B. Windows color (decimal): -1763997 or 6493669. OLE color: 6493669.
HSL color Cylindrical-coordinate representation of color #E51563: hue angle of 337.5º 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 #E51563 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 99 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.10 |
| HSL | 337.5º | 0.83% | 0.49% | - |
| HSV(B) | 337.5º | 0.91% | 0.9% | - |
| XYZ | 34.83 | 18.1 | 13.46 | - |
| YUV | 92.08 | 131.91 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 99 | 0 | 0.91 | 0.57 | 0.10 | 337.5 | 0.83 | 0.49 |
| Hex | E5 | 15 | 63 | 0 | 5B | 39 | A | 152 | 53 | 31 |
| Octal | 345 | 25 | 143 | 0 | 133 | 71 | 12 | 522 | 123 | 61 |
| Binary | 11100101 | 10101 | 1100011 | 0 | 1011011 | 111001 | 1010 | 101010010 | 1010011 | 110001 |
Color Harmonies of #E51563
Complementary color
Monochromatic Colors of #E51563
Black with #E51563
Text Example
Text Example
White with #E51563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51563; }
p { color: rgb(229,21,99); }
H1.HeaderClassName
{
color: #E51563;
}
.AnyTagClassName
{
color: #E51563;
}
</style>
background-color css
<style>
a { background-color: #E51563; }
a { background-color: rgb(229,21,99); }
div.DivClassName
{
background-color: #E51563;
}
.BgClassName
{
background-color: #E51563;
}
</style>
border-color css
<style>
span { border-color: #E51563; }
span { border-color: rgb(229,21,99); }
td.TdClassName
{
border-color: #E51563;
}
.TagClassName
{
border-color: #E51563;
}
</style>