Shades of Ruby #E11E5B
Tints of Ruby #E11E5B
RGB
CMYK
RGB Variations
Color information
#E11E5B (or 0xE11E5B) is known color: Ruby. HEX triplet: E1, 1E and 5B. RGB value is (225,30,91). Sum of RGB (Red+Green+Blue) = 225+30+91=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E5B is #1EE1A4. Grayscale: #5F5F5F. Windows color (decimal): -2023845 or 5971681. OLE color: 5971681.
HSL color Cylindrical-coordinate representation of color #E11E5B: hue angle of 341.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E5B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 91 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.12 |
| HSL | 341.23º | 0.76% | 0.5% | - |
| HSV(B) | 341.23º | 0.87% | 0.88% | - |
| XYZ | 33.4 | 17.69 | 11.55 | - |
| YUV | 95.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 91 | 0 | 0.87 | 0.60 | 0.12 | 341.23 | 0.76 | 0.5 |
| Hex | E1 | 1E | 5B | 0 | 57 | 3C | C | 155 | 4C | 32 |
| Octal | 341 | 36 | 133 | 0 | 127 | 74 | 14 | 525 | 114 | 62 |
| Binary | 11100001 | 11110 | 1011011 | 0 | 1010111 | 111100 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E11E5B
Complementary color
Monochromatic Colors of #E11E5B
Black with #E11E5B
Text Example
Text Example
White with #E11E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E5B; }
p { color: rgb(225,30,91); }
H1.HeaderClassName
{
color: #E11E5B;
}
.AnyTagClassName
{
color: #E11E5B;
}
</style>
background-color css
<style>
a { background-color: #E11E5B; }
a { background-color: rgb(225,30,91); }
div.DivClassName
{
background-color: #E11E5B;
}
.BgClassName
{
background-color: #E11E5B;
}
</style>
border-color css
<style>
span { border-color: #E11E5B; }
span { border-color: rgb(225,30,91); }
td.TdClassName
{
border-color: #E11E5B;
}
.TagClassName
{
border-color: #E11E5B;
}
</style>