Shades of Ruby #E11563
Tints of Ruby #E11563
RGB
CMYK
RGB Variations
Color information
#E11563 (or 0xE11563) is known color: Ruby. HEX triplet: E1, 15 and 63. RGB value is (225,21,99). Sum of RGB (Red+Green+Blue) = 225+21+99=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11563 is #1EEA9C. Grayscale: #5A5A5A. Windows color (decimal): -2026141 or 6493665. OLE color: 6493665.
HSL color Cylindrical-coordinate representation of color #E11563: hue angle of 337.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11563 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 99 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.12 |
| HSL | 337.06º | 0.83% | 0.48% | - |
| HSV(B) | 337.06º | 0.91% | 0.88% | - |
| XYZ | 33.57 | 17.44 | 13.4 | - |
| YUV | 90.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 99 | 0 | 0.91 | 0.56 | 0.12 | 337.06 | 0.83 | 0.48 |
| Hex | E1 | 15 | 63 | 0 | 5B | 38 | C | 151 | 53 | 30 |
| Octal | 341 | 25 | 143 | 0 | 133 | 70 | 14 | 521 | 123 | 60 |
| Binary | 11100001 | 10101 | 1100011 | 0 | 1011011 | 111000 | 1100 | 101010001 | 1010011 | 110000 |
Color Harmonies of #E11563
Complementary color
Monochromatic Colors of #E11563
Black with #E11563
Text Example
Text Example
White with #E11563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11563; }
p { color: rgb(225,21,99); }
H1.HeaderClassName
{
color: #E11563;
}
.AnyTagClassName
{
color: #E11563;
}
</style>
background-color css
<style>
a { background-color: #E11563; }
a { background-color: rgb(225,21,99); }
div.DivClassName
{
background-color: #E11563;
}
.BgClassName
{
background-color: #E11563;
}
</style>
border-color css
<style>
span { border-color: #E11563; }
span { border-color: rgb(225,21,99); }
td.TdClassName
{
border-color: #E11563;
}
.TagClassName
{
border-color: #E11563;
}
</style>