Shades of Ruby #E81D59
Tints of Ruby #E81D59
RGB
CMYK
RGB Variations
Color information
#E81D59 (or 0xE81D59) is known color: Ruby. HEX triplet: E8, 1D and 59. RGB value is (232,29,89). Sum of RGB (Red+Green+Blue) = 232+29+89=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D59 is #17E2A6. Grayscale: #606060. Windows color (decimal): -1565351 or 5840360. OLE color: 5840360.
HSL color Cylindrical-coordinate representation of color #E81D59: hue angle of 342.27º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D59 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 89 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.09 |
| HSL | 342.27º | 0.82% | 0.51% | - |
| HSV(B) | 342.27º | 0.88% | 0.91% | - |
| XYZ | 35.52 | 18.76 | 11.2 | - |
| YUV | 96.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 89 | 0 | 0.88 | 0.62 | 0.09 | 342.27 | 0.82 | 0.51 |
| Hex | E8 | 1D | 59 | 0 | 58 | 3E | 9 | 156 | 52 | 33 |
| Octal | 350 | 35 | 131 | 0 | 130 | 76 | 11 | 526 | 122 | 63 |
| Binary | 11101000 | 11101 | 1011001 | 0 | 1011000 | 111110 | 1001 | 101010110 | 1010010 | 110011 |
Color Harmonies of #E81D59
Complementary color
Monochromatic Colors of #E81D59
Black with #E81D59
Text Example
Text Example
White with #E81D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D59; }
p { color: rgb(232,29,89); }
H1.HeaderClassName
{
color: #E81D59;
}
.AnyTagClassName
{
color: #E81D59;
}
</style>
background-color css
<style>
a { background-color: #E81D59; }
a { background-color: rgb(232,29,89); }
div.DivClassName
{
background-color: #E81D59;
}
.BgClassName
{
background-color: #E81D59;
}
</style>
border-color css
<style>
span { border-color: #E81D59; }
span { border-color: rgb(232,29,89); }
td.TdClassName
{
border-color: #E81D59;
}
.TagClassName
{
border-color: #E81D59;
}
</style>