Shades of Ruby #E1155C
Tints of Ruby #E1155C
RGB
CMYK
RGB Variations
Color information
#E1155C (or 0xE1155C) is known color: Ruby. HEX triplet: E1, 15 and 5C. RGB value is (225,21,92). Sum of RGB (Red+Green+Blue) = 225+21+92=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1155C is #1EEAA3. Grayscale: #5A5A5A. Windows color (decimal): -2026148 or 6034913. OLE color: 6034913.
HSL color Cylindrical-coordinate representation of color #E1155C: hue angle of 339.12º 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 #E1155C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.12 |
| HSL | 339.12º | 0.83% | 0.48% | - |
| HSV(B) | 339.12º | 0.91% | 0.88% | - |
| XYZ | 33.25 | 17.32 | 11.72 | - |
| YUV | 90.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 92 | 0 | 0.91 | 0.59 | 0.12 | 339.12 | 0.83 | 0.48 |
| Hex | E1 | 15 | 5C | 0 | 5B | 3B | C | 153 | 53 | 30 |
| Octal | 341 | 25 | 134 | 0 | 133 | 73 | 14 | 523 | 123 | 60 |
| Binary | 11100001 | 10101 | 1011100 | 0 | 1011011 | 111011 | 1100 | 101010011 | 1010011 | 110000 |
Color Harmonies of #E1155C
Complementary color
Monochromatic Colors of #E1155C
Black with #E1155C
Text Example
Text Example
White with #E1155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1155C; }
p { color: rgb(225,21,92); }
H1.HeaderClassName
{
color: #E1155C;
}
.AnyTagClassName
{
color: #E1155C;
}
</style>
background-color css
<style>
a { background-color: #E1155C; }
a { background-color: rgb(225,21,92); }
div.DivClassName
{
background-color: #E1155C;
}
.BgClassName
{
background-color: #E1155C;
}
</style>
border-color css
<style>
span { border-color: #E1155C; }
span { border-color: rgb(225,21,92); }
td.TdClassName
{
border-color: #E1155C;
}
.TagClassName
{
border-color: #E1155C;
}
</style>