Shades of Ruby #E51465
Tints of Ruby #E51465
RGB
CMYK
RGB Variations
Color information
#E51465 (or 0xE51465) is known color: Ruby. HEX triplet: E5, 14 and 65. RGB value is (229,20,101). Sum of RGB (Red+Green+Blue) = 229+20+101=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E51465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51465 is #1AEB9A. Grayscale: #5B5B5B. Windows color (decimal): -1764251 or 6624485. OLE color: 6624485.
HSL color Cylindrical-coordinate representation of color #E51465: hue angle of 336.75º 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 #E51465 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.10 |
| HSL | 336.75º | 0.84% | 0.49% | - |
| HSV(B) | 336.75º | 0.91% | 0.9% | - |
| XYZ | 34.91 | 18.1 | 13.97 | - |
| YUV | 91.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 101 | 0 | 0.91 | 0.56 | 0.10 | 336.75 | 0.84 | 0.49 |
| Hex | E5 | 14 | 65 | 0 | 5B | 38 | A | 151 | 54 | 31 |
| Octal | 345 | 24 | 145 | 0 | 133 | 70 | 12 | 521 | 124 | 61 |
| Binary | 11100101 | 10100 | 1100101 | 0 | 1011011 | 111000 | 1010 | 101010001 | 1010100 | 110001 |
Color Harmonies of #E51465
Complementary color
Monochromatic Colors of #E51465
Black with #E51465
Text Example
Text Example
White with #E51465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51465; }
p { color: rgb(229,20,101); }
H1.HeaderClassName
{
color: #E51465;
}
.AnyTagClassName
{
color: #E51465;
}
</style>
background-color css
<style>
a { background-color: #E51465; }
a { background-color: rgb(229,20,101); }
div.DivClassName
{
background-color: #E51465;
}
.BgClassName
{
background-color: #E51465;
}
</style>
border-color css
<style>
span { border-color: #E51465; }
span { border-color: rgb(229,20,101); }
td.TdClassName
{
border-color: #E51465;
}
.TagClassName
{
border-color: #E51465;
}
</style>