Shades of Ruby #E51565
Tints of Ruby #E51565
RGB
CMYK
RGB Variations
Color information
#E51565 (or 0xE51565) is known color: Ruby. HEX triplet: E5, 15 and 65. RGB value is (229,21,101). Sum of RGB (Red+Green+Blue) = 229+21+101=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51565 is #1AEA9A. Grayscale: #5C5C5C. Windows color (decimal): -1763995 or 6624741. OLE color: 6624741.
HSL color Cylindrical-coordinate representation of color #E51565: hue angle of 336.92º degrees, saturation: 0.83, 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 #E51565 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 101 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.10 |
| HSL | 336.92º | 0.83% | 0.49% | - |
| HSV(B) | 336.92º | 0.91% | 0.9% | - |
| XYZ | 34.93 | 18.13 | 13.97 | - |
| YUV | 92.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 101 | 0 | 0.91 | 0.56 | 0.10 | 336.92 | 0.83 | 0.49 |
| Hex | E5 | 15 | 65 | 0 | 5B | 38 | A | 151 | 53 | 31 |
| Octal | 345 | 25 | 145 | 0 | 133 | 70 | 12 | 521 | 123 | 61 |
| Binary | 11100101 | 10101 | 1100101 | 0 | 1011011 | 111000 | 1010 | 101010001 | 1010011 | 110001 |
Color Harmonies of #E51565
Complementary color
Monochromatic Colors of #E51565
Black with #E51565
Text Example
Text Example
White with #E51565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51565; }
p { color: rgb(229,21,101); }
H1.HeaderClassName
{
color: #E51565;
}
.AnyTagClassName
{
color: #E51565;
}
</style>
background-color css
<style>
a { background-color: #E51565; }
a { background-color: rgb(229,21,101); }
div.DivClassName
{
background-color: #E51565;
}
.BgClassName
{
background-color: #E51565;
}
</style>
border-color css
<style>
span { border-color: #E51565; }
span { border-color: rgb(229,21,101); }
td.TdClassName
{
border-color: #E51565;
}
.TagClassName
{
border-color: #E51565;
}
</style>