Shades of Ruby #E81956
Tints of Ruby #E81956
RGB
CMYK
RGB Variations
Color information
#E81956 (or 0xE81956) is known color: Ruby. HEX triplet: E8, 19 and 56. RGB value is (232,25,86). Sum of RGB (Red+Green+Blue) = 232+25+86=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E81956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81956 is #17E6A9. Grayscale: #5D5D5D. Windows color (decimal): -1566378 or 5642728. OLE color: 5642728.
HSL color Cylindrical-coordinate representation of color #E81956: hue angle of 342.32º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81956 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 86 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.09 |
| HSL | 342.32º | 0.82% | 0.5% | - |
| HSV(B) | 342.32º | 0.89% | 0.91% | - |
| XYZ | 35.31 | 18.52 | 10.52 | - |
| YUV | 93.85 | 123.58 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 86 | 0 | 0.89 | 0.63 | 0.09 | 342.32 | 0.82 | 0.5 |
| Hex | E8 | 19 | 56 | 0 | 59 | 3F | 9 | 156 | 52 | 32 |
| Octal | 350 | 31 | 126 | 0 | 131 | 77 | 11 | 526 | 122 | 62 |
| Binary | 11101000 | 11001 | 1010110 | 0 | 1011001 | 111111 | 1001 | 101010110 | 1010010 | 110010 |
Color Harmonies of #E81956
Complementary color
Monochromatic Colors of #E81956
Black with #E81956
Text Example
Text Example
White with #E81956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81956; }
p { color: rgb(232,25,86); }
H1.HeaderClassName
{
color: #E81956;
}
.AnyTagClassName
{
color: #E81956;
}
</style>
background-color css
<style>
a { background-color: #E81956; }
a { background-color: rgb(232,25,86); }
div.DivClassName
{
background-color: #E81956;
}
.BgClassName
{
background-color: #E81956;
}
</style>
border-color css
<style>
span { border-color: #E81956; }
span { border-color: rgb(232,25,86); }
td.TdClassName
{
border-color: #E81956;
}
.TagClassName
{
border-color: #E81956;
}
</style>