Shades of Ruby #E81964
Tints of Ruby #E81964
RGB
CMYK
RGB Variations
Color information
#E81964 (or 0xE81964) is known color: Ruby. HEX triplet: E8, 19 and 64. RGB value is (232,25,100). Sum of RGB (Red+Green+Blue) = 232+25+100=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E81964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81964 is #17E69B. Grayscale: #5F5F5F. Windows color (decimal): -1566364 or 6560232. OLE color: 6560232.
HSL color Cylindrical-coordinate representation of color #E81964: hue angle of 338.26º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81964 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.09 |
| HSL | 338.26º | 0.82% | 0.5% | - |
| HSV(B) | 338.26º | 0.89% | 0.91% | - |
| XYZ | 35.93 | 18.77 | 13.79 | - |
| YUV | 95.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 100 | 0 | 0.89 | 0.57 | 0.09 | 338.26 | 0.82 | 0.5 |
| Hex | E8 | 19 | 64 | 0 | 59 | 39 | 9 | 152 | 52 | 32 |
| Octal | 350 | 31 | 144 | 0 | 131 | 71 | 11 | 522 | 122 | 62 |
| Binary | 11101000 | 11001 | 1100100 | 0 | 1011001 | 111001 | 1001 | 101010010 | 1010010 | 110010 |
Color Harmonies of #E81964
Complementary color
Monochromatic Colors of #E81964
Black with #E81964
Text Example
Text Example
White with #E81964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81964; }
p { color: rgb(232,25,100); }
H1.HeaderClassName
{
color: #E81964;
}
.AnyTagClassName
{
color: #E81964;
}
</style>
background-color css
<style>
a { background-color: #E81964; }
a { background-color: rgb(232,25,100); }
div.DivClassName
{
background-color: #E81964;
}
.BgClassName
{
background-color: #E81964;
}
</style>
border-color css
<style>
span { border-color: #E81964; }
span { border-color: rgb(232,25,100); }
td.TdClassName
{
border-color: #E81964;
}
.TagClassName
{
border-color: #E81964;
}
</style>