Shades of Ruby #E41859
Tints of Ruby #E41859
RGB
CMYK
RGB Variations
Color information
#E41859 (or 0xE41859) is known color: Ruby. HEX triplet: E4, 18 and 59. RGB value is (228,24,89). Sum of RGB (Red+Green+Blue) = 228+24+89=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E41859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41859 is #1BE7A6. Grayscale: #5C5C5C. Windows color (decimal): -1828775 or 5839076. OLE color: 5839076.
HSL color Cylindrical-coordinate representation of color #E41859: hue angle of 340.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41859 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 89 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.11 |
| HSL | 340.88º | 0.81% | 0.49% | - |
| HSV(B) | 340.88º | 0.89% | 0.89% | - |
| XYZ | 34.12 | 17.87 | 11.1 | - |
| YUV | 92.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 89 | 0 | 0.89 | 0.61 | 0.11 | 340.88 | 0.81 | 0.49 |
| Hex | E4 | 18 | 59 | 0 | 59 | 3D | B | 155 | 51 | 31 |
| Octal | 344 | 30 | 131 | 0 | 131 | 75 | 13 | 525 | 121 | 61 |
| Binary | 11100100 | 11000 | 1011001 | 0 | 1011001 | 111101 | 1011 | 101010101 | 1010001 | 110001 |
Color Harmonies of #E41859
Complementary color
Monochromatic Colors of #E41859
Black with #E41859
Text Example
Text Example
White with #E41859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41859; }
p { color: rgb(228,24,89); }
H1.HeaderClassName
{
color: #E41859;
}
.AnyTagClassName
{
color: #E41859;
}
</style>
background-color css
<style>
a { background-color: #E41859; }
a { background-color: rgb(228,24,89); }
div.DivClassName
{
background-color: #E41859;
}
.BgClassName
{
background-color: #E41859;
}
</style>
border-color css
<style>
span { border-color: #E41859; }
span { border-color: rgb(228,24,89); }
td.TdClassName
{
border-color: #E41859;
}
.TagClassName
{
border-color: #E41859;
}
</style>