Shades of Ruby #E11C5D
Tints of Ruby #E11C5D
RGB
CMYK
RGB Variations
Color information
#E11C5D (or 0xE11C5D) is known color: Ruby. HEX triplet: E1, 1C and 5D. RGB value is (225,28,93). Sum of RGB (Red+Green+Blue) = 225+28+93=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C5D is #1EE3A2. Grayscale: #5E5E5E. Windows color (decimal): -2024355 or 6102241. OLE color: 6102241.
HSL color Cylindrical-coordinate representation of color #E11C5D: hue angle of 340.2º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C5D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.12 |
| HSL | 340.2º | 0.78% | 0.5% | - |
| HSV(B) | 340.2º | 0.88% | 0.88% | - |
| XYZ | 33.44 | 17.63 | 12 | - |
| YUV | 94.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 93 | 0 | 0.88 | 0.59 | 0.12 | 340.2 | 0.78 | 0.5 |
| Hex | E1 | 1C | 5D | 0 | 58 | 3B | C | 154 | 4E | 32 |
| Octal | 341 | 34 | 135 | 0 | 130 | 73 | 14 | 524 | 116 | 62 |
| Binary | 11100001 | 11100 | 1011101 | 0 | 1011000 | 111011 | 1100 | 101010100 | 1001110 | 110010 |
Color Harmonies of #E11C5D
Complementary color
Monochromatic Colors of #E11C5D
Black with #E11C5D
Text Example
Text Example
White with #E11C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C5D; }
p { color: rgb(225,28,93); }
H1.HeaderClassName
{
color: #E11C5D;
}
.AnyTagClassName
{
color: #E11C5D;
}
</style>
background-color css
<style>
a { background-color: #E11C5D; }
a { background-color: rgb(225,28,93); }
div.DivClassName
{
background-color: #E11C5D;
}
.BgClassName
{
background-color: #E11C5D;
}
</style>
border-color css
<style>
span { border-color: #E11C5D; }
span { border-color: rgb(225,28,93); }
td.TdClassName
{
border-color: #E11C5D;
}
.TagClassName
{
border-color: #E11C5D;
}
</style>