Shades of Ruby #E11B5B
Tints of Ruby #E11B5B
RGB
CMYK
RGB Variations
Color information
#E11B5B (or 0xE11B5B) is known color: Ruby. HEX triplet: E1, 1B and 5B. RGB value is (225,27,91). Sum of RGB (Red+Green+Blue) = 225+27+91=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B5B is #1EE4A4. Grayscale: #5D5D5D. Windows color (decimal): -2024613 or 5970913. OLE color: 5970913.
HSL color Cylindrical-coordinate representation of color #E11B5B: hue angle of 340.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 #E11B5B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 91 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.12 |
| HSL | 340.61º | 0.79% | 0.49% | - |
| HSV(B) | 340.61º | 0.88% | 0.88% | - |
| XYZ | 33.33 | 17.55 | 11.53 | - |
| YUV | 93.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 91 | 0 | 0.88 | 0.60 | 0.12 | 340.61 | 0.79 | 0.49 |
| Hex | E1 | 1B | 5B | 0 | 58 | 3C | C | 155 | 4F | 31 |
| Octal | 341 | 33 | 133 | 0 | 130 | 74 | 14 | 525 | 117 | 61 |
| Binary | 11100001 | 11011 | 1011011 | 0 | 1011000 | 111100 | 1100 | 101010101 | 1001111 | 110001 |
Color Harmonies of #E11B5B
Complementary color
Monochromatic Colors of #E11B5B
Black with #E11B5B
Text Example
Text Example
White with #E11B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B5B; }
p { color: rgb(225,27,91); }
H1.HeaderClassName
{
color: #E11B5B;
}
.AnyTagClassName
{
color: #E11B5B;
}
</style>
background-color css
<style>
a { background-color: #E11B5B; }
a { background-color: rgb(225,27,91); }
div.DivClassName
{
background-color: #E11B5B;
}
.BgClassName
{
background-color: #E11B5B;
}
</style>
border-color css
<style>
span { border-color: #E11B5B; }
span { border-color: rgb(225,27,91); }
td.TdClassName
{
border-color: #E11B5B;
}
.TagClassName
{
border-color: #E11B5B;
}
</style>