Shades of Ruby #E81558
Tints of Ruby #E81558
RGB
CMYK
RGB Variations
Color information
#E81558 (or 0xE81558) is known color: Ruby. HEX triplet: E8, 15 and 58. RGB value is (232,21,88). Sum of RGB (Red+Green+Blue) = 232+21+88=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E81558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81558 is #17EAA7. Grayscale: #5B5B5B. Windows color (decimal): -1567400 or 5772776. OLE color: 5772776.
HSL color Cylindrical-coordinate representation of color #E81558: hue angle of 340.95º 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 #E81558 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.09 |
| HSL | 340.95º | 0.83% | 0.5% | - |
| HSV(B) | 340.95º | 0.91% | 0.91% | - |
| XYZ | 35.31 | 18.4 | 10.92 | - |
| YUV | 91.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 88 | 0 | 0.91 | 0.62 | 0.09 | 340.95 | 0.83 | 0.5 |
| Hex | E8 | 15 | 58 | 0 | 5B | 3E | 9 | 155 | 53 | 32 |
| Octal | 350 | 25 | 130 | 0 | 133 | 76 | 11 | 525 | 123 | 62 |
| Binary | 11101000 | 10101 | 1011000 | 0 | 1011011 | 111110 | 1001 | 101010101 | 1010011 | 110010 |
Color Harmonies of #E81558
Complementary color
Monochromatic Colors of #E81558
Black with #E81558
Text Example
Text Example
White with #E81558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81558; }
p { color: rgb(232,21,88); }
H1.HeaderClassName
{
color: #E81558;
}
.AnyTagClassName
{
color: #E81558;
}
</style>
background-color css
<style>
a { background-color: #E81558; }
a { background-color: rgb(232,21,88); }
div.DivClassName
{
background-color: #E81558;
}
.BgClassName
{
background-color: #E81558;
}
</style>
border-color css
<style>
span { border-color: #E81558; }
span { border-color: rgb(232,21,88); }
td.TdClassName
{
border-color: #E81558;
}
.TagClassName
{
border-color: #E81558;
}
</style>