Shades of Ruby #E41559
Tints of Ruby #E41559
RGB
CMYK
RGB Variations
Color information
#E41559 (or 0xE41559) is known color: Ruby. HEX triplet: E4, 15 and 59. RGB value is (228,21,89). Sum of RGB (Red+Green+Blue) = 228+21+89=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E41559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41559 is #1BEAA6. Grayscale: #5A5A5A. Windows color (decimal): -1829543 or 5838308. OLE color: 5838308.
HSL color Cylindrical-coordinate representation of color #E41559: hue angle of 340.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41559 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 89 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.11 |
| HSL | 340.29º | 0.83% | 0.49% | - |
| HSV(B) | 340.29º | 0.91% | 0.89% | - |
| XYZ | 34.07 | 17.75 | 11.08 | - |
| YUV | 90.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 89 | 0 | 0.91 | 0.61 | 0.11 | 340.29 | 0.83 | 0.49 |
| Hex | E4 | 15 | 59 | 0 | 5B | 3D | B | 154 | 53 | 31 |
| Octal | 344 | 25 | 131 | 0 | 133 | 75 | 13 | 524 | 123 | 61 |
| Binary | 11100100 | 10101 | 1011001 | 0 | 1011011 | 111101 | 1011 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E41559
Complementary color
Monochromatic Colors of #E41559
Black with #E41559
Text Example
Text Example
White with #E41559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41559; }
p { color: rgb(228,21,89); }
H1.HeaderClassName
{
color: #E41559;
}
.AnyTagClassName
{
color: #E41559;
}
</style>
background-color css
<style>
a { background-color: #E41559; }
a { background-color: rgb(228,21,89); }
div.DivClassName
{
background-color: #E41559;
}
.BgClassName
{
background-color: #E41559;
}
</style>
border-color css
<style>
span { border-color: #E41559; }
span { border-color: rgb(228,21,89); }
td.TdClassName
{
border-color: #E41559;
}
.TagClassName
{
border-color: #E41559;
}
</style>