Shades of Ruby #E91976
Tints of Ruby #E91976
RGB
CMYK
RGB Variations
Color information
#E91976 (or 0xE91976) is known color: Ruby. HEX triplet: E9, 19 and 76. RGB value is (233,25,118). Sum of RGB (Red+Green+Blue) = 233+25+118=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E91976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91976 is #16E689. Grayscale: #616161. Windows color (decimal): -1500810 or 7739881. OLE color: 7739881.
HSL color Cylindrical-coordinate representation of color #E91976: hue angle of 333.17º 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 #E91976 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.09 |
| HSL | 333.17º | 0.83% | 0.51% | - |
| HSV(B) | 333.17º | 0.89% | 0.91% | - |
| XYZ | 37.22 | 19.33 | 18.91 | - |
| YUV | 97.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 118 | 0 | 0.89 | 0.49 | 0.09 | 333.17 | 0.83 | 0.51 |
| Hex | E9 | 19 | 76 | 0 | 59 | 31 | 9 | 14D | 53 | 33 |
| Octal | 351 | 31 | 166 | 0 | 131 | 61 | 11 | 515 | 123 | 63 |
| Binary | 11101001 | 11001 | 1110110 | 0 | 1011001 | 110001 | 1001 | 101001101 | 1010011 | 110011 |
Color Harmonies of #E91976
Complementary color
Monochromatic Colors of #E91976
Black with #E91976
Text Example
Text Example
White with #E91976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91976; }
p { color: rgb(233,25,118); }
H1.HeaderClassName
{
color: #E91976;
}
.AnyTagClassName
{
color: #E91976;
}
</style>
background-color css
<style>
a { background-color: #E91976; }
a { background-color: rgb(233,25,118); }
div.DivClassName
{
background-color: #E91976;
}
.BgClassName
{
background-color: #E91976;
}
</style>
border-color css
<style>
span { border-color: #E91976; }
span { border-color: rgb(233,25,118); }
td.TdClassName
{
border-color: #E91976;
}
.TagClassName
{
border-color: #E91976;
}
</style>