Shades of Ruby #E41773
Tints of Ruby #E41773
RGB
CMYK
RGB Variations
Color information
#E41773 (or 0xE41773) is known color: Ruby. HEX triplet: E4, 17 and 73. RGB value is (228,23,115). Sum of RGB (Red+Green+Blue) = 228+23+115=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E41773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41773 is #1BE88C. Grayscale: #5E5E5E. Windows color (decimal): -1829005 or 7542756. OLE color: 7542756.
HSL color Cylindrical-coordinate representation of color #E41773: hue angle of 333.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41773 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.11 |
| HSL | 333.07º | 0.82% | 0.49% | - |
| HSV(B) | 333.07º | 0.9% | 0.89% | - |
| XYZ | 35.4 | 18.34 | 17.89 | - |
| YUV | 94.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 115 | 0 | 0.90 | 0.50 | 0.11 | 333.07 | 0.82 | 0.49 |
| Hex | E4 | 17 | 73 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 344 | 27 | 163 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100100 | 10111 | 1110011 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E41773
Complementary color
Monochromatic Colors of #E41773
Black with #E41773
Text Example
Text Example
White with #E41773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41773; }
p { color: rgb(228,23,115); }
H1.HeaderClassName
{
color: #E41773;
}
.AnyTagClassName
{
color: #E41773;
}
</style>
background-color css
<style>
a { background-color: #E41773; }
a { background-color: rgb(228,23,115); }
div.DivClassName
{
background-color: #E41773;
}
.BgClassName
{
background-color: #E41773;
}
</style>
border-color css
<style>
span { border-color: #E41773; }
span { border-color: rgb(228,23,115); }
td.TdClassName
{
border-color: #E41773;
}
.TagClassName
{
border-color: #E41773;
}
</style>