Shades of Ruby #E51663
Tints of Ruby #E51663
RGB
CMYK
RGB Variations
Color information
#E51663 (or 0xE51663) is known color: Ruby. HEX triplet: E5, 16 and 63. RGB value is (229,22,99). Sum of RGB (Red+Green+Blue) = 229+22+99=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E51663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51663 is #1AE99C. Grayscale: #5C5C5C. Windows color (decimal): -1763741 or 6493925. OLE color: 6493925.
HSL color Cylindrical-coordinate representation of color #E51663: hue angle of 337.68º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51663 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.10 |
| HSL | 337.68º | 0.82% | 0.49% | - |
| HSV(B) | 337.68º | 0.9% | 0.9% | - |
| XYZ | 34.85 | 18.13 | 13.47 | - |
| YUV | 92.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 99 | 0 | 0.90 | 0.57 | 0.10 | 337.68 | 0.82 | 0.49 |
| Hex | E5 | 16 | 63 | 0 | 5A | 39 | A | 152 | 52 | 31 |
| Octal | 345 | 26 | 143 | 0 | 132 | 71 | 12 | 522 | 122 | 61 |
| Binary | 11100101 | 10110 | 1100011 | 0 | 1011010 | 111001 | 1010 | 101010010 | 1010010 | 110001 |
Color Harmonies of #E51663
Complementary color
Monochromatic Colors of #E51663
Black with #E51663
Text Example
Text Example
White with #E51663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51663; }
p { color: rgb(229,22,99); }
H1.HeaderClassName
{
color: #E51663;
}
.AnyTagClassName
{
color: #E51663;
}
</style>
background-color css
<style>
a { background-color: #E51663; }
a { background-color: rgb(229,22,99); }
div.DivClassName
{
background-color: #E51663;
}
.BgClassName
{
background-color: #E51663;
}
</style>
border-color css
<style>
span { border-color: #E51663; }
span { border-color: rgb(229,22,99); }
td.TdClassName
{
border-color: #E51663;
}
.TagClassName
{
border-color: #E51663;
}
</style>