Shades of Ruby #E81858
Tints of Ruby #E81858
RGB
CMYK
RGB Variations
Color information
#E81858 (or 0xE81858) is known color: Ruby. HEX triplet: E8, 18 and 58. RGB value is (232,24,88). Sum of RGB (Red+Green+Blue) = 232+24+88=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E81858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81858 is #17E7A7. Grayscale: #5D5D5D. Windows color (decimal): -1566632 or 5773544. OLE color: 5773544.
HSL color Cylindrical-coordinate representation of color #E81858: hue angle of 341.54º 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 #E81858 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 88 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.09 |
| HSL | 341.54º | 0.82% | 0.5% | - |
| HSV(B) | 341.54º | 0.9% | 0.91% | - |
| XYZ | 35.37 | 18.51 | 10.94 | - |
| YUV | 93.49 | 124.91 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 88 | 0 | 0.90 | 0.62 | 0.09 | 341.54 | 0.82 | 0.5 |
| Hex | E8 | 18 | 58 | 0 | 5A | 3E | 9 | 156 | 52 | 32 |
| Octal | 350 | 30 | 130 | 0 | 132 | 76 | 11 | 526 | 122 | 62 |
| Binary | 11101000 | 11000 | 1011000 | 0 | 1011010 | 111110 | 1001 | 101010110 | 1010010 | 110010 |
Color Harmonies of #E81858
Complementary color
Monochromatic Colors of #E81858
Black with #E81858
Text Example
Text Example
White with #E81858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81858; }
p { color: rgb(232,24,88); }
H1.HeaderClassName
{
color: #E81858;
}
.AnyTagClassName
{
color: #E81858;
}
</style>
background-color css
<style>
a { background-color: #E81858; }
a { background-color: rgb(232,24,88); }
div.DivClassName
{
background-color: #E81858;
}
.BgClassName
{
background-color: #E81858;
}
</style>
border-color css
<style>
span { border-color: #E81858; }
span { border-color: rgb(232,24,88); }
td.TdClassName
{
border-color: #E81858;
}
.TagClassName
{
border-color: #E81858;
}
</style>