Shades of Ruby #E91C60
Tints of Ruby #E91C60
RGB
CMYK
RGB Variations
Color information
#E91C60 (or 0xE91C60) is known color: Ruby. HEX triplet: E9, 1C and 60. RGB value is (233,28,96). Sum of RGB (Red+Green+Blue) = 233+28+96=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C60 is #16E39F. Grayscale: #606060. Windows color (decimal): -1500064 or 6298857. OLE color: 6298857.
HSL color Cylindrical-coordinate representation of color #E91C60: hue angle of 340.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C60 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 96 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.09 |
| HSL | 340.1º | 0.82% | 0.51% | - |
| HSV(B) | 340.1º | 0.88% | 0.91% | - |
| XYZ | 36.13 | 19 | 12.83 | - |
| YUV | 97.05 | 127.42 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 96 | 0 | 0.88 | 0.59 | 0.09 | 340.1 | 0.82 | 0.51 |
| Hex | E9 | 1C | 60 | 0 | 58 | 3B | 9 | 154 | 52 | 33 |
| Octal | 351 | 34 | 140 | 0 | 130 | 73 | 11 | 524 | 122 | 63 |
| Binary | 11101001 | 11100 | 1100000 | 0 | 1011000 | 111011 | 1001 | 101010100 | 1010010 | 110011 |
Color Harmonies of #E91C60
Complementary color
Monochromatic Colors of #E91C60
Black with #E91C60
Text Example
Text Example
White with #E91C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C60; }
p { color: rgb(233,28,96); }
H1.HeaderClassName
{
color: #E91C60;
}
.AnyTagClassName
{
color: #E91C60;
}
</style>
background-color css
<style>
a { background-color: #E91C60; }
a { background-color: rgb(233,28,96); }
div.DivClassName
{
background-color: #E91C60;
}
.BgClassName
{
background-color: #E91C60;
}
</style>
border-color css
<style>
span { border-color: #E91C60; }
span { border-color: rgb(233,28,96); }
td.TdClassName
{
border-color: #E91C60;
}
.TagClassName
{
border-color: #E91C60;
}
</style>