Shades of Ruby #E81862
Tints of Ruby #E81862
RGB
CMYK
RGB Variations
Color information
#E81862 (or 0xE81862) is known color: Ruby. HEX triplet: E8, 18 and 62. RGB value is (232,24,98). Sum of RGB (Red+Green+Blue) = 232+24+98=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E81862 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81862 is #17E79D. Grayscale: #5E5E5E. Windows color (decimal): -1566622 or 6428904. OLE color: 6428904.
HSL color Cylindrical-coordinate representation of color #E81862: hue angle of 338.65º 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 #E81862 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 98 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.09 |
| HSL | 338.65º | 0.82% | 0.5% | - |
| HSV(B) | 338.65º | 0.9% | 0.91% | - |
| XYZ | 35.81 | 18.69 | 13.28 | - |
| YUV | 94.63 | 129.91 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 98 | 0 | 0.90 | 0.58 | 0.09 | 338.65 | 0.82 | 0.5 |
| Hex | E8 | 18 | 62 | 0 | 5A | 3A | 9 | 153 | 52 | 32 |
| Octal | 350 | 30 | 142 | 0 | 132 | 72 | 11 | 523 | 122 | 62 |
| Binary | 11101000 | 11000 | 1100010 | 0 | 1011010 | 111010 | 1001 | 101010011 | 1010010 | 110010 |
Color Harmonies of #E81862
Complementary color
Monochromatic Colors of #E81862
Black with #E81862
Text Example
Text Example
White with #E81862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81862; }
p { color: rgb(232,24,98); }
H1.HeaderClassName
{
color: #E81862;
}
.AnyTagClassName
{
color: #E81862;
}
</style>
background-color css
<style>
a { background-color: #E81862; }
a { background-color: rgb(232,24,98); }
div.DivClassName
{
background-color: #E81862;
}
.BgClassName
{
background-color: #E81862;
}
</style>
border-color css
<style>
span { border-color: #E81862; }
span { border-color: rgb(232,24,98); }
td.TdClassName
{
border-color: #E81862;
}
.TagClassName
{
border-color: #E81862;
}
</style>