Shades of Ruby #E81276
Tints of Ruby #E81276
RGB
CMYK
RGB Variations
Color information
#E81276 (or 0xE81276) is known color: Ruby. HEX triplet: E8, 12 and 76. RGB value is (232,18,118). Sum of RGB (Red+Green+Blue) = 232+18+118=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81276 is #17ED89. Grayscale: #5D5D5D. Windows color (decimal): -1568138 or 7738088. OLE color: 7738088.
HSL color Cylindrical-coordinate representation of color #E81276: hue angle of 331.96º 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 #E81276 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 118 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.09 |
| HSL | 331.96º | 0.86% | 0.49% | - |
| HSV(B) | 331.96º | 0.92% | 0.91% | - |
| XYZ | 36.77 | 18.9 | 18.85 | - |
| YUV | 93.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 118 | 0 | 0.92 | 0.49 | 0.09 | 331.96 | 0.86 | 0.49 |
| Hex | E8 | 12 | 76 | 0 | 5C | 31 | 9 | 14C | 56 | 31 |
| Octal | 350 | 22 | 166 | 0 | 134 | 61 | 11 | 514 | 126 | 61 |
| Binary | 11101000 | 10010 | 1110110 | 0 | 1011100 | 110001 | 1001 | 101001100 | 1010110 | 110001 |
Color Harmonies of #E81276
Complementary color
Monochromatic Colors of #E81276
Black with #E81276
Text Example
Text Example
White with #E81276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81276; }
p { color: rgb(232,18,118); }
H1.HeaderClassName
{
color: #E81276;
}
.AnyTagClassName
{
color: #E81276;
}
</style>
background-color css
<style>
a { background-color: #E81276; }
a { background-color: rgb(232,18,118); }
div.DivClassName
{
background-color: #E81276;
}
.BgClassName
{
background-color: #E81276;
}
</style>
border-color css
<style>
span { border-color: #E81276; }
span { border-color: rgb(232,18,118); }
td.TdClassName
{
border-color: #E81276;
}
.TagClassName
{
border-color: #E81276;
}
</style>