Shades of Ruby #E11556
Tints of Ruby #E11556
RGB
CMYK
RGB Variations
Color information
#E11556 (or 0xE11556) is known color: Ruby. HEX triplet: E1, 15 and 56. RGB value is (225,21,86). Sum of RGB (Red+Green+Blue) = 225+21+86=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E11556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11556 is #1EEAA9. Grayscale: #595959. Windows color (decimal): -2026154 or 5641697. OLE color: 5641697.
HSL color Cylindrical-coordinate representation of color #E11556: hue angle of 340.88º 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 #E11556 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 86 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.12 |
| HSL | 340.88º | 0.83% | 0.48% | - |
| HSV(B) | 340.88º | 0.91% | 0.88% | - |
| XYZ | 33 | 17.22 | 10.39 | - |
| YUV | 89.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 86 | 0 | 0.91 | 0.62 | 0.12 | 340.88 | 0.83 | 0.48 |
| Hex | E1 | 15 | 56 | 0 | 5B | 3E | C | 155 | 53 | 30 |
| Octal | 341 | 25 | 126 | 0 | 133 | 76 | 14 | 525 | 123 | 60 |
| Binary | 11100001 | 10101 | 1010110 | 0 | 1011011 | 111110 | 1100 | 101010101 | 1010011 | 110000 |
Color Harmonies of #E11556
Complementary color
Monochromatic Colors of #E11556
Black with #E11556
Text Example
Text Example
White with #E11556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11556; }
p { color: rgb(225,21,86); }
H1.HeaderClassName
{
color: #E11556;
}
.AnyTagClassName
{
color: #E11556;
}
</style>
background-color css
<style>
a { background-color: #E11556; }
a { background-color: rgb(225,21,86); }
div.DivClassName
{
background-color: #E11556;
}
.BgClassName
{
background-color: #E11556;
}
</style>
border-color css
<style>
span { border-color: #E11556; }
span { border-color: rgb(225,21,86); }
td.TdClassName
{
border-color: #E11556;
}
.TagClassName
{
border-color: #E11556;
}
</style>