Shades of Ruby #E1155A
Tints of Ruby #E1155A
RGB
CMYK
RGB Variations
Color information
#E1155A (or 0xE1155A) is known color: Ruby. HEX triplet: E1, 15 and 5A. RGB value is (225,21,90). Sum of RGB (Red+Green+Blue) = 225+21+90=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1155A is #1EEAA5. Grayscale: #595959. Windows color (decimal): -2026150 or 5903841. OLE color: 5903841.
HSL color Cylindrical-coordinate representation of color #E1155A: hue angle of 339.71º 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 #E1155A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.12 |
| HSL | 339.71º | 0.83% | 0.48% | - |
| HSV(B) | 339.71º | 0.91% | 0.88% | - |
| XYZ | 33.16 | 17.28 | 11.26 | - |
| YUV | 89.86 | 128.09 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 90 | 0 | 0.91 | 0.60 | 0.12 | 339.71 | 0.83 | 0.48 |
| Hex | E1 | 15 | 5A | 0 | 5B | 3C | C | 154 | 53 | 30 |
| Octal | 341 | 25 | 132 | 0 | 133 | 74 | 14 | 524 | 123 | 60 |
| Binary | 11100001 | 10101 | 1011010 | 0 | 1011011 | 111100 | 1100 | 101010100 | 1010011 | 110000 |
Color Harmonies of #E1155A
Complementary color
Monochromatic Colors of #E1155A
Black with #E1155A
Text Example
Text Example
White with #E1155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1155A; }
p { color: rgb(225,21,90); }
H1.HeaderClassName
{
color: #E1155A;
}
.AnyTagClassName
{
color: #E1155A;
}
</style>
background-color css
<style>
a { background-color: #E1155A; }
a { background-color: rgb(225,21,90); }
div.DivClassName
{
background-color: #E1155A;
}
.BgClassName
{
background-color: #E1155A;
}
</style>
border-color css
<style>
span { border-color: #E1155A; }
span { border-color: rgb(225,21,90); }
td.TdClassName
{
border-color: #E1155A;
}
.TagClassName
{
border-color: #E1155A;
}
</style>