Shades of Ruby #E11C5E
Tints of Ruby #E11C5E
RGB
CMYK
RGB Variations
Color information
#E11C5E (or 0xE11C5E) is known color: Ruby. HEX triplet: E1, 1C and 5E. RGB value is (225,28,94). Sum of RGB (Red+Green+Blue) = 225+28+94=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C5E is #1EE3A1. Grayscale: #5E5E5E. Windows color (decimal): -2024354 or 6167777. OLE color: 6167777.
HSL color Cylindrical-coordinate representation of color #E11C5E: hue angle of 339.9º 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 #E11C5E is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 94 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.12 |
| HSL | 339.9º | 0.78% | 0.5% | - |
| HSV(B) | 339.9º | 0.88% | 0.88% | - |
| XYZ | 33.49 | 17.65 | 12.23 | - |
| YUV | 94.43 | 127.77 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 94 | 0 | 0.88 | 0.58 | 0.12 | 339.9 | 0.78 | 0.5 |
| Hex | E1 | 1C | 5E | 0 | 58 | 3A | C | 154 | 4E | 32 |
| Octal | 341 | 34 | 136 | 0 | 130 | 72 | 14 | 524 | 116 | 62 |
| Binary | 11100001 | 11100 | 1011110 | 0 | 1011000 | 111010 | 1100 | 101010100 | 1001110 | 110010 |
Color Harmonies of #E11C5E
Complementary color
Monochromatic Colors of #E11C5E
Black with #E11C5E
Text Example
Text Example
White with #E11C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C5E; }
p { color: rgb(225,28,94); }
H1.HeaderClassName
{
color: #E11C5E;
}
.AnyTagClassName
{
color: #E11C5E;
}
</style>
background-color css
<style>
a { background-color: #E11C5E; }
a { background-color: rgb(225,28,94); }
div.DivClassName
{
background-color: #E11C5E;
}
.BgClassName
{
background-color: #E11C5E;
}
</style>
border-color css
<style>
span { border-color: #E11C5E; }
span { border-color: rgb(225,28,94); }
td.TdClassName
{
border-color: #E11C5E;
}
.TagClassName
{
border-color: #E11C5E;
}
</style>