Shades of Ruby #E11C55
Tints of Ruby #E11C55
RGB
CMYK
RGB Variations
Color information
#E11C55 (or 0xE11C55) is known color: Ruby. HEX triplet: E1, 1C and 55. RGB value is (225,28,85). Sum of RGB (Red+Green+Blue) = 225+28+85=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C55 is #1EE3AA. Grayscale: #5D5D5D. Windows color (decimal): -2024363 or 5577953. OLE color: 5577953.
HSL color Cylindrical-coordinate representation of color #E11C55: hue angle of 342.64º 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 #E11C55 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 85 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.12 |
| HSL | 342.64º | 0.78% | 0.5% | - |
| HSV(B) | 342.64º | 0.88% | 0.88% | - |
| XYZ | 33.11 | 17.49 | 10.23 | - |
| YUV | 93.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 85 | 0 | 0.88 | 0.62 | 0.12 | 342.64 | 0.78 | 0.5 |
| Hex | E1 | 1C | 55 | 0 | 58 | 3E | C | 157 | 4E | 32 |
| Octal | 341 | 34 | 125 | 0 | 130 | 76 | 14 | 527 | 116 | 62 |
| Binary | 11100001 | 11100 | 1010101 | 0 | 1011000 | 111110 | 1100 | 101010111 | 1001110 | 110010 |
Color Harmonies of #E11C55
Complementary color
Monochromatic Colors of #E11C55
Black with #E11C55
Text Example
Text Example
White with #E11C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C55; }
p { color: rgb(225,28,85); }
H1.HeaderClassName
{
color: #E11C55;
}
.AnyTagClassName
{
color: #E11C55;
}
</style>
background-color css
<style>
a { background-color: #E11C55; }
a { background-color: rgb(225,28,85); }
div.DivClassName
{
background-color: #E11C55;
}
.BgClassName
{
background-color: #E11C55;
}
</style>
border-color css
<style>
span { border-color: #E11C55; }
span { border-color: rgb(225,28,85); }
td.TdClassName
{
border-color: #E11C55;
}
.TagClassName
{
border-color: #E11C55;
}
</style>