Shades of Ruby #E41870
Tints of Ruby #E41870
RGB
CMYK
RGB Variations
Color information
#E41870 (or 0xE41870) is known color: Ruby. HEX triplet: E4, 18 and 70. RGB value is (228,24,112). Sum of RGB (Red+Green+Blue) = 228+24+112=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E41870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41870 is #1BE78F. Grayscale: #5E5E5E. Windows color (decimal): -1828752 or 7346404. OLE color: 7346404.
HSL color Cylindrical-coordinate representation of color #E41870: hue angle of 334.12º 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 #E41870 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 112 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.12º | 0.81% | 0.49% | - |
| HSV(B) | 334.12º | 0.89% | 0.89% | - |
| XYZ | 35.25 | 18.32 | 17.01 | - |
| YUV | 95.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 112 | 0 | 0.89 | 0.51 | 0.11 | 334.12 | 0.81 | 0.49 |
| Hex | E4 | 18 | 70 | 0 | 59 | 33 | B | 14E | 51 | 31 |
| Octal | 344 | 30 | 160 | 0 | 131 | 63 | 13 | 516 | 121 | 61 |
| Binary | 11100100 | 11000 | 1110000 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E41870
Complementary color
Monochromatic Colors of #E41870
Black with #E41870
Text Example
Text Example
White with #E41870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41870; }
p { color: rgb(228,24,112); }
H1.HeaderClassName
{
color: #E41870;
}
.AnyTagClassName
{
color: #E41870;
}
</style>
background-color css
<style>
a { background-color: #E41870; }
a { background-color: rgb(228,24,112); }
div.DivClassName
{
background-color: #E41870;
}
.BgClassName
{
background-color: #E41870;
}
</style>
border-color css
<style>
span { border-color: #E41870; }
span { border-color: rgb(228,24,112); }
td.TdClassName
{
border-color: #E41870;
}
.TagClassName
{
border-color: #E41870;
}
</style>