Shades of Ruby #E51953
Tints of Ruby #E51953
RGB
CMYK
RGB Variations
Color information
#E51953 (or 0xE51953) is known color: Ruby. HEX triplet: E5, 19 and 53. RGB value is (229,25,83). Sum of RGB (Red+Green+Blue) = 229+25+83=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E51953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51953 is #1AE6AC. Grayscale: #5C5C5C. Windows color (decimal): -1762989 or 5446117. OLE color: 5446117.
HSL color Cylindrical-coordinate representation of color #E51953: hue angle of 342.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51953 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 83 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.10 |
| HSL | 342.94º | 0.8% | 0.5% | - |
| HSV(B) | 342.94º | 0.89% | 0.9% | - |
| XYZ | 34.22 | 17.98 | 9.85 | - |
| YUV | 92.61 | 122.59 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 83 | 0 | 0.89 | 0.64 | 0.10 | 342.94 | 0.8 | 0.5 |
| Hex | E5 | 19 | 53 | 0 | 59 | 40 | A | 157 | 50 | 32 |
| Octal | 345 | 31 | 123 | 0 | 131 | 100 | 12 | 527 | 120 | 62 |
| Binary | 11100101 | 11001 | 1010011 | 0 | 1011001 | 1000000 | 1010 | 101010111 | 1010000 | 110010 |
Color Harmonies of #E51953
Complementary color
Monochromatic Colors of #E51953
Black with #E51953
Text Example
Text Example
White with #E51953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51953; }
p { color: rgb(229,25,83); }
H1.HeaderClassName
{
color: #E51953;
}
.AnyTagClassName
{
color: #E51953;
}
</style>
background-color css
<style>
a { background-color: #E51953; }
a { background-color: rgb(229,25,83); }
div.DivClassName
{
background-color: #E51953;
}
.BgClassName
{
background-color: #E51953;
}
</style>
border-color css
<style>
span { border-color: #E51953; }
span { border-color: rgb(229,25,83); }
td.TdClassName
{
border-color: #E51953;
}
.TagClassName
{
border-color: #E51953;
}
</style>