Shades of Ruby #E11455
Tints of Ruby #E11455
RGB
CMYK
RGB Variations
Color information
#E11455 (or 0xE11455) is known color: Ruby. HEX triplet: E1, 14 and 55. RGB value is (225,20,85). Sum of RGB (Red+Green+Blue) = 225+20+85=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11455 is #1EEBAA. Grayscale: #585858. Windows color (decimal): -2026411 or 5575905. OLE color: 5575905.
HSL color Cylindrical-coordinate representation of color #E11455: hue angle of 340.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11455 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.12 |
| HSL | 340.98º | 0.84% | 0.48% | - |
| HSV(B) | 340.98º | 0.91% | 0.88% | - |
| XYZ | 32.94 | 17.16 | 10.17 | - |
| YUV | 88.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 85 | 0 | 0.91 | 0.62 | 0.12 | 340.98 | 0.84 | 0.48 |
| Hex | E1 | 14 | 55 | 0 | 5B | 3E | C | 155 | 54 | 30 |
| Octal | 341 | 24 | 125 | 0 | 133 | 76 | 14 | 525 | 124 | 60 |
| Binary | 11100001 | 10100 | 1010101 | 0 | 1011011 | 111110 | 1100 | 101010101 | 1010100 | 110000 |
Color Harmonies of #E11455
Complementary color
Monochromatic Colors of #E11455
Black with #E11455
Text Example
Text Example
White with #E11455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11455; }
p { color: rgb(225,20,85); }
H1.HeaderClassName
{
color: #E11455;
}
.AnyTagClassName
{
color: #E11455;
}
</style>
background-color css
<style>
a { background-color: #E11455; }
a { background-color: rgb(225,20,85); }
div.DivClassName
{
background-color: #E11455;
}
.BgClassName
{
background-color: #E11455;
}
</style>
border-color css
<style>
span { border-color: #E11455; }
span { border-color: rgb(225,20,85); }
td.TdClassName
{
border-color: #E11455;
}
.TagClassName
{
border-color: #E11455;
}
</style>