Shades of Ruby #E41060
Tints of Ruby #E41060
RGB
CMYK
RGB Variations
Color information
#E41060 (or 0xE41060) is known color: Ruby. HEX triplet: E4, 10 and 60. RGB value is (228,16,96). Sum of RGB (Red+Green+Blue) = 228+16+96=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E41060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41060 is #1BEF9F. Grayscale: #585858. Windows color (decimal): -1830816 or 6295780. OLE color: 6295780.
HSL color Cylindrical-coordinate representation of color #E41060: hue angle of 337.36º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41060 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.11 |
| HSL | 337.36º | 0.87% | 0.48% | - |
| HSV(B) | 337.36º | 0.93% | 0.89% | - |
| XYZ | 34.29 | 17.71 | 12.68 | - |
| YUV | 88.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 96 | 0 | 0.93 | 0.58 | 0.11 | 337.36 | 0.87 | 0.48 |
| Hex | E4 | 10 | 60 | 0 | 5D | 3A | B | 151 | 57 | 30 |
| Octal | 344 | 20 | 140 | 0 | 135 | 72 | 13 | 521 | 127 | 60 |
| Binary | 11100100 | 10000 | 1100000 | 0 | 1011101 | 111010 | 1011 | 101010001 | 1010111 | 110000 |
Color Harmonies of #E41060
Complementary color
Monochromatic Colors of #E41060
Black with #E41060
Text Example
Text Example
White with #E41060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41060; }
p { color: rgb(228,16,96); }
H1.HeaderClassName
{
color: #E41060;
}
.AnyTagClassName
{
color: #E41060;
}
</style>
background-color css
<style>
a { background-color: #E41060; }
a { background-color: rgb(228,16,96); }
div.DivClassName
{
background-color: #E41060;
}
.BgClassName
{
background-color: #E41060;
}
</style>
border-color css
<style>
span { border-color: #E41060; }
span { border-color: rgb(228,16,96); }
td.TdClassName
{
border-color: #E41060;
}
.TagClassName
{
border-color: #E41060;
}
</style>