Shades of Ruby #E81773
Tints of Ruby #E81773
RGB
CMYK
RGB Variations
Color information
#E81773 (or 0xE81773) is known color: Ruby. HEX triplet: E8, 17 and 73. RGB value is (232,23,115). Sum of RGB (Red+Green+Blue) = 232+23+115=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81773 is #17E88C. Grayscale: #5F5F5F. Windows color (decimal): -1566861 or 7542760. OLE color: 7542760.
HSL color Cylindrical-coordinate representation of color #E81773: hue angle of 333.59º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81773 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.09 |
| HSL | 333.59º | 0.82% | 0.5% | - |
| HSV(B) | 333.59º | 0.9% | 0.91% | - |
| XYZ | 36.68 | 19.01 | 17.96 | - |
| YUV | 95.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 115 | 0 | 0.90 | 0.50 | 0.09 | 333.59 | 0.82 | 0.5 |
| Hex | E8 | 17 | 73 | 0 | 5A | 32 | 9 | 14E | 52 | 32 |
| Octal | 350 | 27 | 163 | 0 | 132 | 62 | 11 | 516 | 122 | 62 |
| Binary | 11101000 | 10111 | 1110011 | 0 | 1011010 | 110010 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E81773
Complementary color
Monochromatic Colors of #E81773
Black with #E81773
Text Example
Text Example
White with #E81773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81773; }
p { color: rgb(232,23,115); }
H1.HeaderClassName
{
color: #E81773;
}
.AnyTagClassName
{
color: #E81773;
}
</style>
background-color css
<style>
a { background-color: #E81773; }
a { background-color: rgb(232,23,115); }
div.DivClassName
{
background-color: #E81773;
}
.BgClassName
{
background-color: #E81773;
}
</style>
border-color css
<style>
span { border-color: #E81773; }
span { border-color: rgb(232,23,115); }
td.TdClassName
{
border-color: #E81773;
}
.TagClassName
{
border-color: #E81773;
}
</style>