Shades of Ruby #E51358
Tints of Ruby #E51358
RGB
CMYK
RGB Variations
Color information
#E51358 (or 0xE51358) is known color: Ruby. HEX triplet: E5, 13 and 58. RGB value is (229,19,88). Sum of RGB (Red+Green+Blue) = 229+19+88=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E51358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51358 is #1AECA7. Grayscale: #595959. Windows color (decimal): -1764520 or 5772261. OLE color: 5772261.
HSL color Cylindrical-coordinate representation of color #E51358: hue angle of 340.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51358 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 88 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.10 |
| HSL | 340.29º | 0.85% | 0.49% | - |
| HSV(B) | 340.29º | 0.92% | 0.9% | - |
| XYZ | 34.31 | 17.83 | 10.87 | - |
| YUV | 89.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 88 | 0 | 0.92 | 0.62 | 0.10 | 340.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 58 | 0 | 5C | 3E | A | 154 | 55 | 31 |
| Octal | 345 | 23 | 130 | 0 | 134 | 76 | 12 | 524 | 125 | 61 |
| Binary | 11100101 | 10011 | 1011000 | 0 | 1011100 | 111110 | 1010 | 101010100 | 1010101 | 110001 |
Color Harmonies of #E51358
Complementary color
Monochromatic Colors of #E51358
Black with #E51358
Text Example
Text Example
White with #E51358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51358; }
p { color: rgb(229,19,88); }
H1.HeaderClassName
{
color: #E51358;
}
.AnyTagClassName
{
color: #E51358;
}
</style>
background-color css
<style>
a { background-color: #E51358; }
a { background-color: rgb(229,19,88); }
div.DivClassName
{
background-color: #E51358;
}
.BgClassName
{
background-color: #E51358;
}
</style>
border-color css
<style>
span { border-color: #E51358; }
span { border-color: rgb(229,19,88); }
td.TdClassName
{
border-color: #E51358;
}
.TagClassName
{
border-color: #E51358;
}
</style>