Shades of Ruby #E91979
Tints of Ruby #E91979
RGB
CMYK
RGB Variations
Color information
#E91979 (or 0xE91979) is known color: Ruby. HEX triplet: E9, 19 and 79. RGB value is (233,25,121). Sum of RGB (Red+Green+Blue) = 233+25+121=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E91979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91979 is #16E686. Grayscale: #616161. Windows color (decimal): -1500807 or 7936489. OLE color: 7936489.
HSL color Cylindrical-coordinate representation of color #E91979: hue angle of 332.31º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91979 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.09 |
| HSL | 332.31º | 0.83% | 0.51% | - |
| HSV(B) | 332.31º | 0.89% | 0.91% | - |
| XYZ | 37.4 | 19.4 | 19.86 | - |
| YUV | 98.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 121 | 0 | 0.89 | 0.48 | 0.09 | 332.31 | 0.83 | 0.51 |
| Hex | E9 | 19 | 79 | 0 | 59 | 30 | 9 | 14C | 53 | 33 |
| Octal | 351 | 31 | 171 | 0 | 131 | 60 | 11 | 514 | 123 | 63 |
| Binary | 11101001 | 11001 | 1111001 | 0 | 1011001 | 110000 | 1001 | 101001100 | 1010011 | 110011 |
Color Harmonies of #E91979
Complementary color
Monochromatic Colors of #E91979
Black with #E91979
Text Example
Text Example
White with #E91979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91979; }
p { color: rgb(233,25,121); }
H1.HeaderClassName
{
color: #E91979;
}
.AnyTagClassName
{
color: #E91979;
}
</style>
background-color css
<style>
a { background-color: #E91979; }
a { background-color: rgb(233,25,121); }
div.DivClassName
{
background-color: #E91979;
}
.BgClassName
{
background-color: #E91979;
}
</style>
border-color css
<style>
span { border-color: #E91979; }
span { border-color: rgb(233,25,121); }
td.TdClassName
{
border-color: #E91979;
}
.TagClassName
{
border-color: #E91979;
}
</style>