Shades of Ruby #E51463
Tints of Ruby #E51463
RGB
CMYK
RGB Variations
Color information
#E51463 (or 0xE51463) is known color: Ruby. HEX triplet: E5, 14 and 63. RGB value is (229,20,99). Sum of RGB (Red+Green+Blue) = 229+20+99=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51463 is #1AEB9C. Grayscale: #5B5B5B. Windows color (decimal): -1764253 or 6493413. OLE color: 6493413.
HSL color Cylindrical-coordinate representation of color #E51463: hue angle of 337.32º degrees, saturation: 0.84, 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 #E51463 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.10 |
| HSL | 337.32º | 0.84% | 0.49% | - |
| HSV(B) | 337.32º | 0.91% | 0.9% | - |
| XYZ | 34.82 | 18.06 | 13.46 | - |
| YUV | 91.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 99 | 0 | 0.91 | 0.57 | 0.10 | 337.32 | 0.84 | 0.49 |
| Hex | E5 | 14 | 63 | 0 | 5B | 39 | A | 151 | 54 | 31 |
| Octal | 345 | 24 | 143 | 0 | 133 | 71 | 12 | 521 | 124 | 61 |
| Binary | 11100101 | 10100 | 1100011 | 0 | 1011011 | 111001 | 1010 | 101010001 | 1010100 | 110001 |
Color Harmonies of #E51463
Complementary color
Monochromatic Colors of #E51463
Black with #E51463
Text Example
Text Example
White with #E51463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51463; }
p { color: rgb(229,20,99); }
H1.HeaderClassName
{
color: #E51463;
}
.AnyTagClassName
{
color: #E51463;
}
</style>
background-color css
<style>
a { background-color: #E51463; }
a { background-color: rgb(229,20,99); }
div.DivClassName
{
background-color: #E51463;
}
.BgClassName
{
background-color: #E51463;
}
</style>
border-color css
<style>
span { border-color: #E51463; }
span { border-color: rgb(229,20,99); }
td.TdClassName
{
border-color: #E51463;
}
.TagClassName
{
border-color: #E51463;
}
</style>