Shades of Ruby #E11C57
Tints of Ruby #E11C57
RGB
CMYK
RGB Variations
Color information
#E11C57 (or 0xE11C57) is known color: Ruby. HEX triplet: E1, 1C and 57. RGB value is (225,28,87). Sum of RGB (Red+Green+Blue) = 225+28+87=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C57 is #1EE3A8. Grayscale: #5D5D5D. Windows color (decimal): -2024361 or 5709025. OLE color: 5709025.
HSL color Cylindrical-coordinate representation of color #E11C57: hue angle of 342.03º 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 #E11C57 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.12 |
| HSL | 342.03º | 0.78% | 0.5% | - |
| HSV(B) | 342.03º | 0.88% | 0.88% | - |
| XYZ | 33.19 | 17.53 | 10.65 | - |
| YUV | 93.63 | 124.27 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 87 | 0 | 0.88 | 0.61 | 0.12 | 342.03 | 0.78 | 0.5 |
| Hex | E1 | 1C | 57 | 0 | 58 | 3D | C | 156 | 4E | 32 |
| Octal | 341 | 34 | 127 | 0 | 130 | 75 | 14 | 526 | 116 | 62 |
| Binary | 11100001 | 11100 | 1010111 | 0 | 1011000 | 111101 | 1100 | 101010110 | 1001110 | 110010 |
Color Harmonies of #E11C57
Complementary color
Monochromatic Colors of #E11C57
Black with #E11C57
Text Example
Text Example
White with #E11C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C57; }
p { color: rgb(225,28,87); }
H1.HeaderClassName
{
color: #E11C57;
}
.AnyTagClassName
{
color: #E11C57;
}
</style>
background-color css
<style>
a { background-color: #E11C57; }
a { background-color: rgb(225,28,87); }
div.DivClassName
{
background-color: #E11C57;
}
.BgClassName
{
background-color: #E11C57;
}
</style>
border-color css
<style>
span { border-color: #E11C57; }
span { border-color: rgb(225,28,87); }
td.TdClassName
{
border-color: #E11C57;
}
.TagClassName
{
border-color: #E11C57;
}
</style>