Shades of Ruby #E91579
Tints of Ruby #E91579
RGB
CMYK
RGB Variations
Color information
#E91579 (or 0xE91579) is known color: Ruby. HEX triplet: E9, 15 and 79. RGB value is (233,21,121). Sum of RGB (Red+Green+Blue) = 233+21+121=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E91579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91579 is #16EA86. Grayscale: #5F5F5F. Windows color (decimal): -1501831 or 7935465. OLE color: 7935465.
HSL color Cylindrical-coordinate representation of color #E91579: hue angle of 331.7º 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 #E91579 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.09 |
| HSL | 331.7º | 0.83% | 0.5% | - |
| HSV(B) | 331.7º | 0.91% | 0.91% | - |
| XYZ | 37.32 | 19.24 | 19.84 | - |
| YUV | 95.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 121 | 0 | 0.91 | 0.48 | 0.09 | 331.7 | 0.83 | 0.5 |
| Hex | E9 | 15 | 79 | 0 | 5B | 30 | 9 | 14C | 53 | 32 |
| Octal | 351 | 25 | 171 | 0 | 133 | 60 | 11 | 514 | 123 | 62 |
| Binary | 11101001 | 10101 | 1111001 | 0 | 1011011 | 110000 | 1001 | 101001100 | 1010011 | 110010 |
Color Harmonies of #E91579
Complementary color
Monochromatic Colors of #E91579
Black with #E91579
Text Example
Text Example
White with #E91579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91579; }
p { color: rgb(233,21,121); }
H1.HeaderClassName
{
color: #E91579;
}
.AnyTagClassName
{
color: #E91579;
}
</style>
background-color css
<style>
a { background-color: #E91579; }
a { background-color: rgb(233,21,121); }
div.DivClassName
{
background-color: #E91579;
}
.BgClassName
{
background-color: #E91579;
}
</style>
border-color css
<style>
span { border-color: #E91579; }
span { border-color: rgb(233,21,121); }
td.TdClassName
{
border-color: #E91579;
}
.TagClassName
{
border-color: #E91579;
}
</style>