Shades of Ruby #E11A5B
Tints of Ruby #E11A5B
RGB
CMYK
RGB Variations
Color information
#E11A5B (or 0xE11A5B) is known color: Ruby. HEX triplet: E1, 1A and 5B. RGB value is (225,26,91). Sum of RGB (Red+Green+Blue) = 225+26+91=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A5B is #1EE5A4. Grayscale: #5C5C5C. Windows color (decimal): -2024869 or 5970657. OLE color: 5970657.
HSL color Cylindrical-coordinate representation of color #E11A5B: hue angle of 340.4º 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 #E11A5B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 91 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.12 |
| HSL | 340.4º | 0.79% | 0.49% | - |
| HSV(B) | 340.4º | 0.88% | 0.88% | - |
| XYZ | 33.31 | 17.5 | 11.52 | - |
| YUV | 92.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 91 | 0 | 0.88 | 0.60 | 0.12 | 340.4 | 0.79 | 0.49 |
| Hex | E1 | 1A | 5B | 0 | 58 | 3C | C | 154 | 4F | 31 |
| Octal | 341 | 32 | 133 | 0 | 130 | 74 | 14 | 524 | 117 | 61 |
| Binary | 11100001 | 11010 | 1011011 | 0 | 1011000 | 111100 | 1100 | 101010100 | 1001111 | 110001 |
Color Harmonies of #E11A5B
Complementary color
Monochromatic Colors of #E11A5B
Black with #E11A5B
Text Example
Text Example
White with #E11A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A5B; }
p { color: rgb(225,26,91); }
H1.HeaderClassName
{
color: #E11A5B;
}
.AnyTagClassName
{
color: #E11A5B;
}
</style>
background-color css
<style>
a { background-color: #E11A5B; }
a { background-color: rgb(225,26,91); }
div.DivClassName
{
background-color: #E11A5B;
}
.BgClassName
{
background-color: #E11A5B;
}
</style>
border-color css
<style>
span { border-color: #E11A5B; }
span { border-color: rgb(225,26,91); }
td.TdClassName
{
border-color: #E11A5B;
}
.TagClassName
{
border-color: #E11A5B;
}
</style>