Shades of Ruby #E91860
Tints of Ruby #E91860
RGB
CMYK
RGB Variations
Color information
#E91860 (or 0xE91860) is known color: Ruby. HEX triplet: E9, 18 and 60. RGB value is (233,24,96). Sum of RGB (Red+Green+Blue) = 233+24+96=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E91860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91860 is #16E79F. Grayscale: #5E5E5E. Windows color (decimal): -1501088 or 6297833. OLE color: 6297833.
HSL color Cylindrical-coordinate representation of color #E91860: hue angle of 339.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91860 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.09 |
| HSL | 339.33º | 0.83% | 0.5% | - |
| HSV(B) | 339.33º | 0.9% | 0.91% | - |
| XYZ | 36.04 | 18.82 | 12.8 | - |
| YUV | 94.7 | 128.74 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 96 | 0 | 0.90 | 0.59 | 0.09 | 339.33 | 0.83 | 0.5 |
| Hex | E9 | 18 | 60 | 0 | 5A | 3B | 9 | 153 | 53 | 32 |
| Octal | 351 | 30 | 140 | 0 | 132 | 73 | 11 | 523 | 123 | 62 |
| Binary | 11101001 | 11000 | 1100000 | 0 | 1011010 | 111011 | 1001 | 101010011 | 1010011 | 110010 |
Color Harmonies of #E91860
Complementary color
Monochromatic Colors of #E91860
Black with #E91860
Text Example
Text Example
White with #E91860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91860; }
p { color: rgb(233,24,96); }
H1.HeaderClassName
{
color: #E91860;
}
.AnyTagClassName
{
color: #E91860;
}
</style>
background-color css
<style>
a { background-color: #E91860; }
a { background-color: rgb(233,24,96); }
div.DivClassName
{
background-color: #E91860;
}
.BgClassName
{
background-color: #E91860;
}
</style>
border-color css
<style>
span { border-color: #E91860; }
span { border-color: rgb(233,24,96); }
td.TdClassName
{
border-color: #E91860;
}
.TagClassName
{
border-color: #E91860;
}
</style>