Shades of Ruby #E41A60
Tints of Ruby #E41A60
RGB
CMYK
RGB Variations
Color information
#E41A60 (or 0xE41A60) is known color: Ruby. HEX triplet: E4, 1A and 60. RGB value is (228,26,96). Sum of RGB (Red+Green+Blue) = 228+26+96=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41A60 is #1BE59F. Grayscale: #5E5E5E. Windows color (decimal): -1828256 or 6298340. OLE color: 6298340.
HSL color Cylindrical-coordinate representation of color #E41A60: hue angle of 339.21º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41A60 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 96 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.11 |
| HSL | 339.21º | 0.8% | 0.5% | - |
| HSV(B) | 339.21º | 0.89% | 0.89% | - |
| XYZ | 34.48 | 18.08 | 12.74 | - |
| YUV | 94.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 96 | 0 | 0.89 | 0.58 | 0.11 | 339.21 | 0.8 | 0.5 |
| Hex | E4 | 1A | 60 | 0 | 59 | 3A | B | 153 | 50 | 32 |
| Octal | 344 | 32 | 140 | 0 | 131 | 72 | 13 | 523 | 120 | 62 |
| Binary | 11100100 | 11010 | 1100000 | 0 | 1011001 | 111010 | 1011 | 101010011 | 1010000 | 110010 |
Color Harmonies of #E41A60
Complementary color
Monochromatic Colors of #E41A60
Black with #E41A60
Text Example
Text Example
White with #E41A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41A60; }
p { color: rgb(228,26,96); }
H1.HeaderClassName
{
color: #E41A60;
}
.AnyTagClassName
{
color: #E41A60;
}
</style>
background-color css
<style>
a { background-color: #E41A60; }
a { background-color: rgb(228,26,96); }
div.DivClassName
{
background-color: #E41A60;
}
.BgClassName
{
background-color: #E41A60;
}
</style>
border-color css
<style>
span { border-color: #E41A60; }
span { border-color: rgb(228,26,96); }
td.TdClassName
{
border-color: #E41A60;
}
.TagClassName
{
border-color: #E41A60;
}
</style>