Shades of Ruby #E11960
Tints of Ruby #E11960
RGB
CMYK
RGB Variations
Color information
#E11960 (or 0xE11960) is known color: Ruby. HEX triplet: E1, 19 and 60. RGB value is (225,25,96). Sum of RGB (Red+Green+Blue) = 225+25+96=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11960 is #1EE69F. Grayscale: #5C5C5C. Windows color (decimal): -2025120 or 6298081. OLE color: 6298081.
HSL color Cylindrical-coordinate representation of color #E11960: hue angle of 338.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11960 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 96 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.12 |
| HSL | 338.7º | 0.8% | 0.49% | - |
| HSV(B) | 338.7º | 0.89% | 0.88% | - |
| XYZ | 33.51 | 17.55 | 12.69 | - |
| YUV | 92.89 | 129.76 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 96 | 0 | 0.89 | 0.57 | 0.12 | 338.7 | 0.8 | 0.49 |
| Hex | E1 | 19 | 60 | 0 | 59 | 39 | C | 153 | 50 | 31 |
| Octal | 341 | 31 | 140 | 0 | 131 | 71 | 14 | 523 | 120 | 61 |
| Binary | 11100001 | 11001 | 1100000 | 0 | 1011001 | 111001 | 1100 | 101010011 | 1010000 | 110001 |
Color Harmonies of #E11960
Complementary color
Monochromatic Colors of #E11960
Black with #E11960
Text Example
Text Example
White with #E11960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11960; }
p { color: rgb(225,25,96); }
H1.HeaderClassName
{
color: #E11960;
}
.AnyTagClassName
{
color: #E11960;
}
</style>
background-color css
<style>
a { background-color: #E11960; }
a { background-color: rgb(225,25,96); }
div.DivClassName
{
background-color: #E11960;
}
.BgClassName
{
background-color: #E11960;
}
</style>
border-color css
<style>
span { border-color: #E11960; }
span { border-color: rgb(225,25,96); }
td.TdClassName
{
border-color: #E11960;
}
.TagClassName
{
border-color: #E11960;
}
</style>