Shades of Ruby #E11A55
Tints of Ruby #E11A55
RGB
CMYK
RGB Variations
Color information
#E11A55 (or 0xE11A55) is known color: Ruby. HEX triplet: E1, 1A and 55. RGB value is (225,26,85). Sum of RGB (Red+Green+Blue) = 225+26+85=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A55 is #1EE5AA. Grayscale: #5C5C5C. Windows color (decimal): -2024875 or 5577441. OLE color: 5577441.
HSL color Cylindrical-coordinate representation of color #E11A55: hue angle of 342.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A55 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 85 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.12 |
| HSL | 342.21º | 0.79% | 0.49% | - |
| HSV(B) | 342.21º | 0.88% | 0.88% | - |
| XYZ | 33.06 | 17.4 | 10.21 | - |
| YUV | 92.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 85 | 0 | 0.88 | 0.62 | 0.12 | 342.21 | 0.79 | 0.49 |
| Hex | E1 | 1A | 55 | 0 | 58 | 3E | C | 156 | 4F | 31 |
| Octal | 341 | 32 | 125 | 0 | 130 | 76 | 14 | 526 | 117 | 61 |
| Binary | 11100001 | 11010 | 1010101 | 0 | 1011000 | 111110 | 1100 | 101010110 | 1001111 | 110001 |
Color Harmonies of #E11A55
Complementary color
Monochromatic Colors of #E11A55
Black with #E11A55
Text Example
Text Example
White with #E11A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A55; }
p { color: rgb(225,26,85); }
H1.HeaderClassName
{
color: #E11A55;
}
.AnyTagClassName
{
color: #E11A55;
}
</style>
background-color css
<style>
a { background-color: #E11A55; }
a { background-color: rgb(225,26,85); }
div.DivClassName
{
background-color: #E11A55;
}
.BgClassName
{
background-color: #E11A55;
}
</style>
border-color css
<style>
span { border-color: #E11A55; }
span { border-color: rgb(225,26,85); }
td.TdClassName
{
border-color: #E11A55;
}
.TagClassName
{
border-color: #E11A55;
}
</style>