Shades of Ruby #E81273
Tints of Ruby #E81273
RGB
CMYK
RGB Variations
Color information
#E81273 (or 0xE81273) is known color: Ruby. HEX triplet: E8, 12 and 73. RGB value is (232,18,115). Sum of RGB (Red+Green+Blue) = 232+18+115=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E81273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81273 is #17ED8C. Grayscale: #5C5C5C. Windows color (decimal): -1568141 or 7541480. OLE color: 7541480.
HSL color Cylindrical-coordinate representation of color #E81273: hue angle of 332.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81273 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 115 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.09 |
| HSL | 332.8º | 0.86% | 0.49% | - |
| HSV(B) | 332.8º | 0.92% | 0.91% | - |
| XYZ | 36.59 | 18.83 | 17.93 | - |
| YUV | 93.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 115 | 0 | 0.92 | 0.50 | 0.09 | 332.8 | 0.86 | 0.49 |
| Hex | E8 | 12 | 73 | 0 | 5C | 32 | 9 | 14D | 56 | 31 |
| Octal | 350 | 22 | 163 | 0 | 134 | 62 | 11 | 515 | 126 | 61 |
| Binary | 11101000 | 10010 | 1110011 | 0 | 1011100 | 110010 | 1001 | 101001101 | 1010110 | 110001 |
Color Harmonies of #E81273
Complementary color
Monochromatic Colors of #E81273
Black with #E81273
Text Example
Text Example
White with #E81273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81273; }
p { color: rgb(232,18,115); }
H1.HeaderClassName
{
color: #E81273;
}
.AnyTagClassName
{
color: #E81273;
}
</style>
background-color css
<style>
a { background-color: #E81273; }
a { background-color: rgb(232,18,115); }
div.DivClassName
{
background-color: #E81273;
}
.BgClassName
{
background-color: #E81273;
}
</style>
border-color css
<style>
span { border-color: #E81273; }
span { border-color: rgb(232,18,115); }
td.TdClassName
{
border-color: #E81273;
}
.TagClassName
{
border-color: #E81273;
}
</style>