Shades of Ruby #E11C56
Tints of Ruby #E11C56
RGB
CMYK
RGB Variations
Color information
#E11C56 (or 0xE11C56) is known color: Ruby. HEX triplet: E1, 1C and 56. RGB value is (225,28,86). Sum of RGB (Red+Green+Blue) = 225+28+86=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C56 is #1EE3A9. Grayscale: #5D5D5D. Windows color (decimal): -2024362 or 5643489. OLE color: 5643489.
HSL color Cylindrical-coordinate representation of color #E11C56: hue angle of 342.34º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C56 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 86 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.12 |
| HSL | 342.34º | 0.78% | 0.5% | - |
| HSV(B) | 342.34º | 0.88% | 0.88% | - |
| XYZ | 33.15 | 17.51 | 10.44 | - |
| YUV | 93.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 86 | 0 | 0.88 | 0.62 | 0.12 | 342.34 | 0.78 | 0.5 |
| Hex | E1 | 1C | 56 | 0 | 58 | 3E | C | 156 | 4E | 32 |
| Octal | 341 | 34 | 126 | 0 | 130 | 76 | 14 | 526 | 116 | 62 |
| Binary | 11100001 | 11100 | 1010110 | 0 | 1011000 | 111110 | 1100 | 101010110 | 1001110 | 110010 |
Color Harmonies of #E11C56
Complementary color
Monochromatic Colors of #E11C56
Black with #E11C56
Text Example
Text Example
White with #E11C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C56; }
p { color: rgb(225,28,86); }
H1.HeaderClassName
{
color: #E11C56;
}
.AnyTagClassName
{
color: #E11C56;
}
</style>
background-color css
<style>
a { background-color: #E11C56; }
a { background-color: rgb(225,28,86); }
div.DivClassName
{
background-color: #E11C56;
}
.BgClassName
{
background-color: #E11C56;
}
</style>
border-color css
<style>
span { border-color: #E11C56; }
span { border-color: rgb(225,28,86); }
td.TdClassName
{
border-color: #E11C56;
}
.TagClassName
{
border-color: #E11C56;
}
</style>