Shades of Ruby #E81576
Tints of Ruby #E81576
RGB
CMYK
RGB Variations
Color information
#E81576 (or 0xE81576) is known color: Ruby. HEX triplet: E8, 15 and 76. RGB value is (232,21,118). Sum of RGB (Red+Green+Blue) = 232+21+118=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E81576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81576 is #17EA89. Grayscale: #5E5E5E. Windows color (decimal): -1567370 or 7738856. OLE color: 7738856.
HSL color Cylindrical-coordinate representation of color #E81576: hue angle of 332.42º 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 #E81576 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 118 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 332.42º | 0.83% | 0.5% | - |
| HSV(B) | 332.42º | 0.91% | 0.91% | - |
| XYZ | 36.82 | 19 | 18.87 | - |
| YUV | 95.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 118 | 0 | 0.91 | 0.49 | 0.09 | 332.42 | 0.83 | 0.5 |
| Hex | E8 | 15 | 76 | 0 | 5B | 31 | 9 | 14C | 53 | 32 |
| Octal | 350 | 25 | 166 | 0 | 133 | 61 | 11 | 514 | 123 | 62 |
| Binary | 11101000 | 10101 | 1110110 | 0 | 1011011 | 110001 | 1001 | 101001100 | 1010011 | 110010 |
Color Harmonies of #E81576
Complementary color
Monochromatic Colors of #E81576
Black with #E81576
Text Example
Text Example
White with #E81576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81576; }
p { color: rgb(232,21,118); }
H1.HeaderClassName
{
color: #E81576;
}
.AnyTagClassName
{
color: #E81576;
}
</style>
background-color css
<style>
a { background-color: #E81576; }
a { background-color: rgb(232,21,118); }
div.DivClassName
{
background-color: #E81576;
}
.BgClassName
{
background-color: #E81576;
}
</style>
border-color css
<style>
span { border-color: #E81576; }
span { border-color: rgb(232,21,118); }
td.TdClassName
{
border-color: #E81576;
}
.TagClassName
{
border-color: #E81576;
}
</style>