Shades of Ruby #E51A63
Tints of Ruby #E51A63
RGB
CMYK
RGB Variations
Color information
#E51A63 (or 0xE51A63) is known color: Ruby. HEX triplet: E5, 1A and 63. RGB value is (229,26,99). Sum of RGB (Red+Green+Blue) = 229+26+99=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A63 is #1AE59C. Grayscale: #5E5E5E. Windows color (decimal): -1762717 or 6494949. OLE color: 6494949.
HSL color Cylindrical-coordinate representation of color #E51A63: hue angle of 338.42º 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 #E51A63 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 99 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.10 |
| HSL | 338.42º | 0.8% | 0.5% | - |
| HSV(B) | 338.42º | 0.89% | 0.9% | - |
| XYZ | 34.93 | 18.3 | 13.49 | - |
| YUV | 95.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 99 | 0 | 0.89 | 0.57 | 0.10 | 338.42 | 0.8 | 0.5 |
| Hex | E5 | 1A | 63 | 0 | 59 | 39 | A | 152 | 50 | 32 |
| Octal | 345 | 32 | 143 | 0 | 131 | 71 | 12 | 522 | 120 | 62 |
| Binary | 11100101 | 11010 | 1100011 | 0 | 1011001 | 111001 | 1010 | 101010010 | 1010000 | 110010 |
Color Harmonies of #E51A63
Complementary color
Monochromatic Colors of #E51A63
Black with #E51A63
Text Example
Text Example
White with #E51A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A63; }
p { color: rgb(229,26,99); }
H1.HeaderClassName
{
color: #E51A63;
}
.AnyTagClassName
{
color: #E51A63;
}
</style>
background-color css
<style>
a { background-color: #E51A63; }
a { background-color: rgb(229,26,99); }
div.DivClassName
{
background-color: #E51A63;
}
.BgClassName
{
background-color: #E51A63;
}
</style>
border-color css
<style>
span { border-color: #E51A63; }
span { border-color: rgb(229,26,99); }
td.TdClassName
{
border-color: #E51A63;
}
.TagClassName
{
border-color: #E51A63;
}
</style>