Shades of Ruby #E51755
Tints of Ruby #E51755
RGB
CMYK
RGB Variations
Color information
#E51755 (or 0xE51755) is known color: Ruby. HEX triplet: E5, 17 and 55. RGB value is (229,23,85). Sum of RGB (Red+Green+Blue) = 229+23+85=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E51755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51755 is #1AE8AA. Grayscale: #5B5B5B. Windows color (decimal): -1763499 or 5576677. OLE color: 5576677.
HSL color Cylindrical-coordinate representation of color #E51755: hue angle of 341.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51755 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 85 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.10 |
| HSL | 341.94º | 0.82% | 0.49% | - |
| HSV(B) | 341.94º | 0.9% | 0.9% | - |
| XYZ | 34.26 | 17.93 | 10.25 | - |
| YUV | 91.66 | 124.25 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 85 | 0 | 0.90 | 0.63 | 0.10 | 341.94 | 0.82 | 0.49 |
| Hex | E5 | 17 | 55 | 0 | 5A | 3F | A | 156 | 52 | 31 |
| Octal | 345 | 27 | 125 | 0 | 132 | 77 | 12 | 526 | 122 | 61 |
| Binary | 11100101 | 10111 | 1010101 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E51755
Complementary color
Monochromatic Colors of #E51755
Black with #E51755
Text Example
Text Example
White with #E51755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51755; }
p { color: rgb(229,23,85); }
H1.HeaderClassName
{
color: #E51755;
}
.AnyTagClassName
{
color: #E51755;
}
</style>
background-color css
<style>
a { background-color: #E51755; }
a { background-color: rgb(229,23,85); }
div.DivClassName
{
background-color: #E51755;
}
.BgClassName
{
background-color: #E51755;
}
</style>
border-color css
<style>
span { border-color: #E51755; }
span { border-color: rgb(229,23,85); }
td.TdClassName
{
border-color: #E51755;
}
.TagClassName
{
border-color: #E51755;
}
</style>