Shades of Ruby #E81855
Tints of Ruby #E81855
RGB
CMYK
RGB Variations
Color information
#E81855 (or 0xE81855) is known color: Ruby. HEX triplet: E8, 18 and 55. RGB value is (232,24,85). Sum of RGB (Red+Green+Blue) = 232+24+85=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E81855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81855 is #17E7AA. Grayscale: #5D5D5D. Windows color (decimal): -1566635 or 5576936. OLE color: 5576936.
HSL color Cylindrical-coordinate representation of color #E81855: hue angle of 342.4º 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 #E81855 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 85 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.09 |
| HSL | 342.4º | 0.82% | 0.5% | - |
| HSV(B) | 342.4º | 0.9% | 0.91% | - |
| XYZ | 35.25 | 18.46 | 10.3 | - |
| YUV | 93.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 85 | 0 | 0.90 | 0.63 | 0.09 | 342.4 | 0.82 | 0.5 |
| Hex | E8 | 18 | 55 | 0 | 5A | 3F | 9 | 156 | 52 | 32 |
| Octal | 350 | 30 | 125 | 0 | 132 | 77 | 11 | 526 | 122 | 62 |
| Binary | 11101000 | 11000 | 1010101 | 0 | 1011010 | 111111 | 1001 | 101010110 | 1010010 | 110010 |
Color Harmonies of #E81855
Complementary color
Monochromatic Colors of #E81855
Black with #E81855
Text Example
Text Example
White with #E81855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81855; }
p { color: rgb(232,24,85); }
H1.HeaderClassName
{
color: #E81855;
}
.AnyTagClassName
{
color: #E81855;
}
</style>
background-color css
<style>
a { background-color: #E81855; }
a { background-color: rgb(232,24,85); }
div.DivClassName
{
background-color: #E81855;
}
.BgClassName
{
background-color: #E81855;
}
</style>
border-color css
<style>
span { border-color: #E81855; }
span { border-color: rgb(232,24,85); }
td.TdClassName
{
border-color: #E81855;
}
.TagClassName
{
border-color: #E81855;
}
</style>