Shades of Ruby #E81864
Tints of Ruby #E81864
RGB
CMYK
RGB Variations
Color information
#E81864 (or 0xE81864) is known color: Ruby. HEX triplet: E8, 18 and 64. RGB value is (232,24,100). Sum of RGB (Red+Green+Blue) = 232+24+100=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E81864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81864 is #17E79B. Grayscale: #5E5E5E. Windows color (decimal): -1566620 or 6559976. OLE color: 6559976.
HSL color Cylindrical-coordinate representation of color #E81864: hue angle of 338.08º 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 #E81864 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 100 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.09 |
| HSL | 338.08º | 0.82% | 0.5% | - |
| HSV(B) | 338.08º | 0.9% | 0.91% | - |
| XYZ | 35.91 | 18.73 | 13.78 | - |
| YUV | 94.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 100 | 0 | 0.90 | 0.57 | 0.09 | 338.08 | 0.82 | 0.5 |
| Hex | E8 | 18 | 64 | 0 | 5A | 39 | 9 | 152 | 52 | 32 |
| Octal | 350 | 30 | 144 | 0 | 132 | 71 | 11 | 522 | 122 | 62 |
| Binary | 11101000 | 11000 | 1100100 | 0 | 1011010 | 111001 | 1001 | 101010010 | 1010010 | 110010 |
Color Harmonies of #E81864
Complementary color
Monochromatic Colors of #E81864
Black with #E81864
Text Example
Text Example
White with #E81864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81864; }
p { color: rgb(232,24,100); }
H1.HeaderClassName
{
color: #E81864;
}
.AnyTagClassName
{
color: #E81864;
}
</style>
background-color css
<style>
a { background-color: #E81864; }
a { background-color: rgb(232,24,100); }
div.DivClassName
{
background-color: #E81864;
}
.BgClassName
{
background-color: #E81864;
}
</style>
border-color css
<style>
span { border-color: #E81864; }
span { border-color: rgb(232,24,100); }
td.TdClassName
{
border-color: #E81864;
}
.TagClassName
{
border-color: #E81864;
}
</style>