Shades of Ruby #E81579
Tints of Ruby #E81579
RGB
CMYK
RGB Variations
Color information
#E81579 (or 0xE81579) is known color: Ruby. HEX triplet: E8, 15 and 79. RGB value is (232,21,121). Sum of RGB (Red+Green+Blue) = 232+21+121=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E81579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81579 is #17EA86. Grayscale: #5F5F5F. Windows color (decimal): -1567367 or 7935464. OLE color: 7935464.
HSL color Cylindrical-coordinate representation of color #E81579: hue angle of 331.56º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81579 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.09 |
| HSL | 331.56º | 0.83% | 0.5% | - |
| HSV(B) | 331.56º | 0.91% | 0.91% | - |
| XYZ | 37 | 19.07 | 19.82 | - |
| YUV | 95.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 121 | 0 | 0.91 | 0.48 | 0.09 | 331.56 | 0.83 | 0.5 |
| Hex | E8 | 15 | 79 | 0 | 5B | 30 | 9 | 14C | 53 | 32 |
| Octal | 350 | 25 | 171 | 0 | 133 | 60 | 11 | 514 | 123 | 62 |
| Binary | 11101000 | 10101 | 1111001 | 0 | 1011011 | 110000 | 1001 | 101001100 | 1010011 | 110010 |
Color Harmonies of #E81579
Complementary color
Monochromatic Colors of #E81579
Black with #E81579
Text Example
Text Example
White with #E81579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81579; }
p { color: rgb(232,21,121); }
H1.HeaderClassName
{
color: #E81579;
}
.AnyTagClassName
{
color: #E81579;
}
</style>
background-color css
<style>
a { background-color: #E81579; }
a { background-color: rgb(232,21,121); }
div.DivClassName
{
background-color: #E81579;
}
.BgClassName
{
background-color: #E81579;
}
</style>
border-color css
<style>
span { border-color: #E81579; }
span { border-color: rgb(232,21,121); }
td.TdClassName
{
border-color: #E81579;
}
.TagClassName
{
border-color: #E81579;
}
</style>