Shades of Ruby #E41558
Tints of Ruby #E41558
RGB
CMYK
RGB Variations
Color information
#E41558 (or 0xE41558) is known color: Ruby. HEX triplet: E4, 15 and 58. RGB value is (228,21,88). Sum of RGB (Red+Green+Blue) = 228+21+88=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E41558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41558 is #1BEAA7. Grayscale: #5A5A5A. Windows color (decimal): -1829544 or 5772772. OLE color: 5772772.
HSL color Cylindrical-coordinate representation of color #E41558: hue angle of 340.58º 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 #E41558 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.11 |
| HSL | 340.58º | 0.83% | 0.49% | - |
| HSV(B) | 340.58º | 0.91% | 0.89% | - |
| XYZ | 34.02 | 17.73 | 10.86 | - |
| YUV | 90.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 88 | 0 | 0.91 | 0.61 | 0.11 | 340.58 | 0.83 | 0.49 |
| Hex | E4 | 15 | 58 | 0 | 5B | 3D | B | 155 | 53 | 31 |
| Octal | 344 | 25 | 130 | 0 | 133 | 75 | 13 | 525 | 123 | 61 |
| Binary | 11100100 | 10101 | 1011000 | 0 | 1011011 | 111101 | 1011 | 101010101 | 1010011 | 110001 |
Color Harmonies of #E41558
Complementary color
Monochromatic Colors of #E41558
Black with #E41558
Text Example
Text Example
White with #E41558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41558; }
p { color: rgb(228,21,88); }
H1.HeaderClassName
{
color: #E41558;
}
.AnyTagClassName
{
color: #E41558;
}
</style>
background-color css
<style>
a { background-color: #E41558; }
a { background-color: rgb(228,21,88); }
div.DivClassName
{
background-color: #E41558;
}
.BgClassName
{
background-color: #E41558;
}
</style>
border-color css
<style>
span { border-color: #E41558; }
span { border-color: rgb(228,21,88); }
td.TdClassName
{
border-color: #E41558;
}
.TagClassName
{
border-color: #E41558;
}
</style>