Shades of Ruby #E41873
Tints of Ruby #E41873
RGB
CMYK
RGB Variations
Color information
#E41873 (or 0xE41873) is known color: Ruby. HEX triplet: E4, 18 and 73. RGB value is (228,24,115). Sum of RGB (Red+Green+Blue) = 228+24+115=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E41873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41873 is #1BE78C. Grayscale: #5F5F5F. Windows color (decimal): -1828749 or 7543012. OLE color: 7543012.
HSL color Cylindrical-coordinate representation of color #E41873: hue angle of 333.24º 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 #E41873 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 115 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.11 |
| HSL | 333.24º | 0.81% | 0.49% | - |
| HSV(B) | 333.24º | 0.89% | 0.89% | - |
| XYZ | 35.42 | 18.39 | 17.9 | - |
| YUV | 95.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 115 | 0 | 0.89 | 0.50 | 0.11 | 333.24 | 0.81 | 0.49 |
| Hex | E4 | 18 | 73 | 0 | 59 | 32 | B | 14D | 51 | 31 |
| Octal | 344 | 30 | 163 | 0 | 131 | 62 | 13 | 515 | 121 | 61 |
| Binary | 11100100 | 11000 | 1110011 | 0 | 1011001 | 110010 | 1011 | 101001101 | 1010001 | 110001 |
Color Harmonies of #E41873
Complementary color
Monochromatic Colors of #E41873
Black with #E41873
Text Example
Text Example
White with #E41873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41873; }
p { color: rgb(228,24,115); }
H1.HeaderClassName
{
color: #E41873;
}
.AnyTagClassName
{
color: #E41873;
}
</style>
background-color css
<style>
a { background-color: #E41873; }
a { background-color: rgb(228,24,115); }
div.DivClassName
{
background-color: #E41873;
}
.BgClassName
{
background-color: #E41873;
}
</style>
border-color css
<style>
span { border-color: #E41873; }
span { border-color: rgb(228,24,115); }
td.TdClassName
{
border-color: #E41873;
}
.TagClassName
{
border-color: #E41873;
}
</style>