Shades of Ruby #E1185A
Tints of Ruby #E1185A
RGB
CMYK
RGB Variations
Color information
#E1185A (or 0xE1185A) is known color: Ruby. HEX triplet: E1, 18 and 5A. RGB value is (225,24,90). Sum of RGB (Red+Green+Blue) = 225+24+90=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1185A is #1EE7A5. Grayscale: #5B5B5B. Windows color (decimal): -2025382 or 5904609. OLE color: 5904609.
HSL color Cylindrical-coordinate representation of color #E1185A: hue angle of 340.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1185A is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 90 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.12 |
| HSL | 340.3º | 0.81% | 0.49% | - |
| HSV(B) | 340.3º | 0.89% | 0.88% | - |
| XYZ | 33.22 | 17.4 | 11.28 | - |
| YUV | 91.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 90 | 0 | 0.89 | 0.60 | 0.12 | 340.3 | 0.81 | 0.49 |
| Hex | E1 | 18 | 5A | 0 | 59 | 3C | C | 154 | 51 | 31 |
| Octal | 341 | 30 | 132 | 0 | 131 | 74 | 14 | 524 | 121 | 61 |
| Binary | 11100001 | 11000 | 1011010 | 0 | 1011001 | 111100 | 1100 | 101010100 | 1010001 | 110001 |
Color Harmonies of #E1185A
Complementary color
Monochromatic Colors of #E1185A
Black with #E1185A
Text Example
Text Example
White with #E1185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1185A; }
p { color: rgb(225,24,90); }
H1.HeaderClassName
{
color: #E1185A;
}
.AnyTagClassName
{
color: #E1185A;
}
</style>
background-color css
<style>
a { background-color: #E1185A; }
a { background-color: rgb(225,24,90); }
div.DivClassName
{
background-color: #E1185A;
}
.BgClassName
{
background-color: #E1185A;
}
</style>
border-color css
<style>
span { border-color: #E1185A; }
span { border-color: rgb(225,24,90); }
td.TdClassName
{
border-color: #E1185A;
}
.TagClassName
{
border-color: #E1185A;
}
</style>