Shades of Ruby #E81473
Tints of Ruby #E81473
RGB
CMYK
RGB Variations
Color information
#E81473 (or 0xE81473) is known color: Ruby. HEX triplet: E8, 14 and 73. RGB value is (232,20,115). Sum of RGB (Red+Green+Blue) = 232+20+115=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81473 is #17EB8C. Grayscale: #5E5E5E. Windows color (decimal): -1567629 or 7541992. OLE color: 7541992.
HSL color Cylindrical-coordinate representation of color #E81473: hue angle of 333.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81473 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 115 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 333.11º | 0.84% | 0.49% | - |
| HSV(B) | 333.11º | 0.91% | 0.91% | - |
| XYZ | 36.62 | 18.89 | 17.94 | - |
| YUV | 94.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 115 | 0 | 0.91 | 0.50 | 0.09 | 333.11 | 0.84 | 0.49 |
| Hex | E8 | 14 | 73 | 0 | 5B | 32 | 9 | 14D | 54 | 31 |
| Octal | 350 | 24 | 163 | 0 | 133 | 62 | 11 | 515 | 124 | 61 |
| Binary | 11101000 | 10100 | 1110011 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E81473
Complementary color
Monochromatic Colors of #E81473
Black with #E81473
Text Example
Text Example
White with #E81473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81473; }
p { color: rgb(232,20,115); }
H1.HeaderClassName
{
color: #E81473;
}
.AnyTagClassName
{
color: #E81473;
}
</style>
background-color css
<style>
a { background-color: #E81473; }
a { background-color: rgb(232,20,115); }
div.DivClassName
{
background-color: #E81473;
}
.BgClassName
{
background-color: #E81473;
}
</style>
border-color css
<style>
span { border-color: #E81473; }
span { border-color: rgb(232,20,115); }
td.TdClassName
{
border-color: #E81473;
}
.TagClassName
{
border-color: #E81473;
}
</style>