Shades of Ruby #E41A54
Tints of Ruby #E41A54
RGB
CMYK
RGB Variations
Color information
#E41A54 (or 0xE41A54) is known color: Ruby. HEX triplet: E4, 1A and 54. RGB value is (228,26,84). Sum of RGB (Red+Green+Blue) = 228+26+84=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41A54 is #1BE5AB. Grayscale: #5C5C5C. Windows color (decimal): -1828268 or 5511908. OLE color: 5511908.
HSL color Cylindrical-coordinate representation of color #E41A54: hue angle of 342.77º 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 #E41A54 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 84 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.11 |
| HSL | 342.77º | 0.8% | 0.5% | - |
| HSV(B) | 342.77º | 0.89% | 0.89% | - |
| XYZ | 33.96 | 17.87 | 10.05 | - |
| YUV | 93.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 84 | 0 | 0.89 | 0.63 | 0.11 | 342.77 | 0.8 | 0.5 |
| Hex | E4 | 1A | 54 | 0 | 59 | 3F | B | 157 | 50 | 32 |
| Octal | 344 | 32 | 124 | 0 | 131 | 77 | 13 | 527 | 120 | 62 |
| Binary | 11100100 | 11010 | 1010100 | 0 | 1011001 | 111111 | 1011 | 101010111 | 1010000 | 110010 |
Color Harmonies of #E41A54
Complementary color
Monochromatic Colors of #E41A54
Black with #E41A54
Text Example
Text Example
White with #E41A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41A54; }
p { color: rgb(228,26,84); }
H1.HeaderClassName
{
color: #E41A54;
}
.AnyTagClassName
{
color: #E41A54;
}
</style>
background-color css
<style>
a { background-color: #E41A54; }
a { background-color: rgb(228,26,84); }
div.DivClassName
{
background-color: #E41A54;
}
.BgClassName
{
background-color: #E41A54;
}
</style>
border-color css
<style>
span { border-color: #E41A54; }
span { border-color: rgb(228,26,84); }
td.TdClassName
{
border-color: #E41A54;
}
.TagClassName
{
border-color: #E41A54;
}
</style>