Shades of Ruby #E41860
Tints of Ruby #E41860
RGB
CMYK
RGB Variations
Color information
#E41860 (or 0xE41860) is known color: Ruby. HEX triplet: E4, 18 and 60. RGB value is (228,24,96). Sum of RGB (Red+Green+Blue) = 228+24+96=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E41860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41860 is #1BE79F. Grayscale: #5D5D5D. Windows color (decimal): -1828768 or 6297828. OLE color: 6297828.
HSL color Cylindrical-coordinate representation of color #E41860: hue angle of 338.82º 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 #E41860 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 96 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.11 |
| HSL | 338.82º | 0.81% | 0.49% | - |
| HSV(B) | 338.82º | 0.89% | 0.89% | - |
| XYZ | 34.43 | 17.99 | 12.72 | - |
| YUV | 93.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 96 | 0 | 0.89 | 0.58 | 0.11 | 338.82 | 0.81 | 0.49 |
| Hex | E4 | 18 | 60 | 0 | 59 | 3A | B | 153 | 51 | 31 |
| Octal | 344 | 30 | 140 | 0 | 131 | 72 | 13 | 523 | 121 | 61 |
| Binary | 11100100 | 11000 | 1100000 | 0 | 1011001 | 111010 | 1011 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E41860
Complementary color
Monochromatic Colors of #E41860
Black with #E41860
Text Example
Text Example
White with #E41860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41860; }
p { color: rgb(228,24,96); }
H1.HeaderClassName
{
color: #E41860;
}
.AnyTagClassName
{
color: #E41860;
}
</style>
background-color css
<style>
a { background-color: #E41860; }
a { background-color: rgb(228,24,96); }
div.DivClassName
{
background-color: #E41860;
}
.BgClassName
{
background-color: #E41860;
}
</style>
border-color css
<style>
span { border-color: #E41860; }
span { border-color: rgb(228,24,96); }
td.TdClassName
{
border-color: #E41860;
}
.TagClassName
{
border-color: #E41860;
}
</style>