Shades of Ruby #E81573
Tints of Ruby #E81573
RGB
CMYK
RGB Variations
Color information
#E81573 (or 0xE81573) is known color: Ruby. HEX triplet: E8, 15 and 73. RGB value is (232,21,115). Sum of RGB (Red+Green+Blue) = 232+21+115=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81573 is #17EA8C. Grayscale: #5E5E5E. Windows color (decimal): -1567373 or 7542248. OLE color: 7542248.
HSL color Cylindrical-coordinate representation of color #E81573: hue angle of 333.27º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81573 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 333.27º | 0.83% | 0.5% | - |
| HSV(B) | 333.27º | 0.91% | 0.91% | - |
| XYZ | 36.64 | 18.93 | 17.94 | - |
| YUV | 94.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 115 | 0 | 0.91 | 0.50 | 0.09 | 333.27 | 0.83 | 0.5 |
| Hex | E8 | 15 | 73 | 0 | 5B | 32 | 9 | 14D | 53 | 32 |
| Octal | 350 | 25 | 163 | 0 | 133 | 62 | 11 | 515 | 123 | 62 |
| Binary | 11101000 | 10101 | 1110011 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E81573
Complementary color
Monochromatic Colors of #E81573
Black with #E81573
Text Example
Text Example
White with #E81573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81573; }
p { color: rgb(232,21,115); }
H1.HeaderClassName
{
color: #E81573;
}
.AnyTagClassName
{
color: #E81573;
}
</style>
background-color css
<style>
a { background-color: #E81573; }
a { background-color: rgb(232,21,115); }
div.DivClassName
{
background-color: #E81573;
}
.BgClassName
{
background-color: #E81573;
}
</style>
border-color css
<style>
span { border-color: #E81573; }
span { border-color: rgb(232,21,115); }
td.TdClassName
{
border-color: #E81573;
}
.TagClassName
{
border-color: #E81573;
}
</style>