Shades of Ruby #E51862
Tints of Ruby #E51862
RGB
CMYK
RGB Variations
Color information
#E51862 (or 0xE51862) is known color: Ruby. HEX triplet: E5, 18 and 62. RGB value is (229,24,98). Sum of RGB (Red+Green+Blue) = 229+24+98=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51862 is #1AE79D. Grayscale: #5D5D5D. Windows color (decimal): -1763230 or 6428901. OLE color: 6428901.
HSL color Cylindrical-coordinate representation of color #E51862: hue angle of 338.34º 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 #E51862 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 98 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.10 |
| HSL | 338.34º | 0.81% | 0.5% | - |
| HSV(B) | 338.34º | 0.9% | 0.9% | - |
| XYZ | 34.84 | 18.19 | 13.23 | - |
| YUV | 93.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 98 | 0 | 0.90 | 0.57 | 0.10 | 338.34 | 0.81 | 0.5 |
| Hex | E5 | 18 | 62 | 0 | 5A | 39 | A | 152 | 51 | 32 |
| Octal | 345 | 30 | 142 | 0 | 132 | 71 | 12 | 522 | 121 | 62 |
| Binary | 11100101 | 11000 | 1100010 | 0 | 1011010 | 111001 | 1010 | 101010010 | 1010001 | 110010 |
Color Harmonies of #E51862
Complementary color
Monochromatic Colors of #E51862
Black with #E51862
Text Example
Text Example
White with #E51862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51862; }
p { color: rgb(229,24,98); }
H1.HeaderClassName
{
color: #E51862;
}
.AnyTagClassName
{
color: #E51862;
}
</style>
background-color css
<style>
a { background-color: #E51862; }
a { background-color: rgb(229,24,98); }
div.DivClassName
{
background-color: #E51862;
}
.BgClassName
{
background-color: #E51862;
}
</style>
border-color css
<style>
span { border-color: #E51862; }
span { border-color: rgb(229,24,98); }
td.TdClassName
{
border-color: #E51862;
}
.TagClassName
{
border-color: #E51862;
}
</style>