Shades of Ruby #E51D58
Tints of Ruby #E51D58
RGB
CMYK
RGB Variations
Color information
#E51D58 (or 0xE51D58) is known color: Ruby. HEX triplet: E5, 1D and 58. RGB value is (229,29,88). Sum of RGB (Red+Green+Blue) = 229+29+88=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51D58 is #1AE2A7. Grayscale: #5F5F5F. Windows color (decimal): -1761960 or 5774821. OLE color: 5774821.
HSL color Cylindrical-coordinate representation of color #E51D58: hue angle of 342.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51D58 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 88 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.10 |
| HSL | 342.3º | 0.79% | 0.51% | - |
| HSV(B) | 342.3º | 0.87% | 0.9% | - |
| XYZ | 34.51 | 18.24 | 10.93 | - |
| YUV | 95.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 88 | 0 | 0.87 | 0.62 | 0.10 | 342.3 | 0.79 | 0.51 |
| Hex | E5 | 1D | 58 | 0 | 57 | 3E | A | 156 | 4F | 33 |
| Octal | 345 | 35 | 130 | 0 | 127 | 76 | 12 | 526 | 117 | 63 |
| Binary | 11100101 | 11101 | 1011000 | 0 | 1010111 | 111110 | 1010 | 101010110 | 1001111 | 110011 |
Color Harmonies of #E51D58
Complementary color
Monochromatic Colors of #E51D58
Black with #E51D58
Text Example
Text Example
White with #E51D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51D58; }
p { color: rgb(229,29,88); }
H1.HeaderClassName
{
color: #E51D58;
}
.AnyTagClassName
{
color: #E51D58;
}
</style>
background-color css
<style>
a { background-color: #E51D58; }
a { background-color: rgb(229,29,88); }
div.DivClassName
{
background-color: #E51D58;
}
.BgClassName
{
background-color: #E51D58;
}
</style>
border-color css
<style>
span { border-color: #E51D58; }
span { border-color: rgb(229,29,88); }
td.TdClassName
{
border-color: #E51D58;
}
.TagClassName
{
border-color: #E51D58;
}
</style>