Shades of Ruby #E11A57
Tints of Ruby #E11A57
RGB
CMYK
RGB Variations
Color information
#E11A57 (or 0xE11A57) is known color: Ruby. HEX triplet: E1, 1A and 57. RGB value is (225,26,87). Sum of RGB (Red+Green+Blue) = 225+26+87=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A57 is #1EE5A8. Grayscale: #5C5C5C. Windows color (decimal): -2024873 or 5708513. OLE color: 5708513.
HSL color Cylindrical-coordinate representation of color #E11A57: hue angle of 341.61º 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 #E11A57 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 87 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.12 |
| HSL | 341.61º | 0.79% | 0.49% | - |
| HSV(B) | 341.61º | 0.88% | 0.88% | - |
| XYZ | 33.14 | 17.43 | 10.64 | - |
| YUV | 92.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 87 | 0 | 0.88 | 0.61 | 0.12 | 341.61 | 0.79 | 0.49 |
| Hex | E1 | 1A | 57 | 0 | 58 | 3D | C | 156 | 4F | 31 |
| Octal | 341 | 32 | 127 | 0 | 130 | 75 | 14 | 526 | 117 | 61 |
| Binary | 11100001 | 11010 | 1010111 | 0 | 1011000 | 111101 | 1100 | 101010110 | 1001111 | 110001 |
Color Harmonies of #E11A57
Complementary color
Monochromatic Colors of #E11A57
Black with #E11A57
Text Example
Text Example
White with #E11A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A57; }
p { color: rgb(225,26,87); }
H1.HeaderClassName
{
color: #E11A57;
}
.AnyTagClassName
{
color: #E11A57;
}
</style>
background-color css
<style>
a { background-color: #E11A57; }
a { background-color: rgb(225,26,87); }
div.DivClassName
{
background-color: #E11A57;
}
.BgClassName
{
background-color: #E11A57;
}
</style>
border-color css
<style>
span { border-color: #E11A57; }
span { border-color: rgb(225,26,87); }
td.TdClassName
{
border-color: #E11A57;
}
.TagClassName
{
border-color: #E11A57;
}
</style>