Shades of Ruby #E11A5E
Tints of Ruby #E11A5E
RGB
CMYK
RGB Variations
Color information
#E11A5E (or 0xE11A5E) is known color: Ruby. HEX triplet: E1, 1A and 5E. RGB value is (225,26,94). Sum of RGB (Red+Green+Blue) = 225+26+94=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A5E is #1EE5A1. Grayscale: #5D5D5D. Windows color (decimal): -2024866 or 6167265. OLE color: 6167265.
HSL color Cylindrical-coordinate representation of color #E11A5E: hue angle of 339.5º 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 #E11A5E is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 94 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.12 |
| HSL | 339.5º | 0.79% | 0.49% | - |
| HSV(B) | 339.5º | 0.88% | 0.88% | - |
| XYZ | 33.44 | 17.55 | 12.22 | - |
| YUV | 93.25 | 128.43 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 94 | 0 | 0.88 | 0.58 | 0.12 | 339.5 | 0.79 | 0.49 |
| Hex | E1 | 1A | 5E | 0 | 58 | 3A | C | 153 | 4F | 31 |
| Octal | 341 | 32 | 136 | 0 | 130 | 72 | 14 | 523 | 117 | 61 |
| Binary | 11100001 | 11010 | 1011110 | 0 | 1011000 | 111010 | 1100 | 101010011 | 1001111 | 110001 |
Color Harmonies of #E11A5E
Complementary color
Monochromatic Colors of #E11A5E
Black with #E11A5E
Text Example
Text Example
White with #E11A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A5E; }
p { color: rgb(225,26,94); }
H1.HeaderClassName
{
color: #E11A5E;
}
.AnyTagClassName
{
color: #E11A5E;
}
</style>
background-color css
<style>
a { background-color: #E11A5E; }
a { background-color: rgb(225,26,94); }
div.DivClassName
{
background-color: #E11A5E;
}
.BgClassName
{
background-color: #E11A5E;
}
</style>
border-color css
<style>
span { border-color: #E11A5E; }
span { border-color: rgb(225,26,94); }
td.TdClassName
{
border-color: #E11A5E;
}
.TagClassName
{
border-color: #E11A5E;
}
</style>