Shades of Ruby #E51865
Tints of Ruby #E51865
RGB
CMYK
RGB Variations
Color information
#E51865 (or 0xE51865) is known color: Ruby. HEX triplet: E5, 18 and 65. RGB value is (229,24,101). Sum of RGB (Red+Green+Blue) = 229+24+101=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E51865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51865 is #1AE79A. Grayscale: #5D5D5D. Windows color (decimal): -1763227 or 6625509. OLE color: 6625509.
HSL color Cylindrical-coordinate representation of color #E51865: hue angle of 337.46º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51865 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.10 |
| HSL | 337.46º | 0.81% | 0.5% | - |
| HSV(B) | 337.46º | 0.9% | 0.9% | - |
| XYZ | 34.99 | 18.25 | 13.99 | - |
| YUV | 94.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 101 | 0 | 0.90 | 0.56 | 0.10 | 337.46 | 0.81 | 0.5 |
| Hex | E5 | 18 | 65 | 0 | 5A | 38 | A | 151 | 51 | 32 |
| Octal | 345 | 30 | 145 | 0 | 132 | 70 | 12 | 521 | 121 | 62 |
| Binary | 11100101 | 11000 | 1100101 | 0 | 1011010 | 111000 | 1010 | 101010001 | 1010001 | 110010 |
Color Harmonies of #E51865
Complementary color
Monochromatic Colors of #E51865
Black with #E51865
Text Example
Text Example
White with #E51865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51865; }
p { color: rgb(229,24,101); }
H1.HeaderClassName
{
color: #E51865;
}
.AnyTagClassName
{
color: #E51865;
}
</style>
background-color css
<style>
a { background-color: #E51865; }
a { background-color: rgb(229,24,101); }
div.DivClassName
{
background-color: #E51865;
}
.BgClassName
{
background-color: #E51865;
}
</style>
border-color css
<style>
span { border-color: #E51865; }
span { border-color: rgb(229,24,101); }
td.TdClassName
{
border-color: #E51865;
}
.TagClassName
{
border-color: #E51865;
}
</style>