Shades of Ruby #E11955
Tints of Ruby #E11955
RGB
CMYK
RGB Variations
Color information
#E11955 (or 0xE11955) is known color: Ruby. HEX triplet: E1, 19 and 55. RGB value is (225,25,85). Sum of RGB (Red+Green+Blue) = 225+25+85=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E11955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11955 is #1EE6AA. Grayscale: #5B5B5B. Windows color (decimal): -2025131 or 5577185. OLE color: 5577185.
HSL color Cylindrical-coordinate representation of color #E11955: hue angle of 342º 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 #E11955 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.12 |
| HSL | 342º | 0.8% | 0.49% | - |
| HSV(B) | 342º | 0.89% | 0.88% | - |
| XYZ | 33.04 | 17.36 | 10.2 | - |
| YUV | 91.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 85 | 0 | 0.89 | 0.62 | 0.12 | 342 | 0.8 | 0.49 |
| Hex | E1 | 19 | 55 | 0 | 59 | 3E | C | 156 | 50 | 31 |
| Octal | 341 | 31 | 125 | 0 | 131 | 76 | 14 | 526 | 120 | 61 |
| Binary | 11100001 | 11001 | 1010101 | 0 | 1011001 | 111110 | 1100 | 101010110 | 1010000 | 110001 |
Color Harmonies of #E11955
Complementary color
Monochromatic Colors of #E11955
Black with #E11955
Text Example
Text Example
White with #E11955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11955; }
p { color: rgb(225,25,85); }
H1.HeaderClassName
{
color: #E11955;
}
.AnyTagClassName
{
color: #E11955;
}
</style>
background-color css
<style>
a { background-color: #E11955; }
a { background-color: rgb(225,25,85); }
div.DivClassName
{
background-color: #E11955;
}
.BgClassName
{
background-color: #E11955;
}
</style>
border-color css
<style>
span { border-color: #E11955; }
span { border-color: rgb(225,25,85); }
td.TdClassName
{
border-color: #E11955;
}
.TagClassName
{
border-color: #E11955;
}
</style>