Shades of Ruby #E1185F
Tints of Ruby #E1185F
RGB
CMYK
RGB Variations
Color information
#E1185F (or 0xE1185F) is known color: Ruby. HEX triplet: E1, 18 and 5F. RGB value is (225,24,95). Sum of RGB (Red+Green+Blue) = 225+24+95=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E1185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1185F is #1EE7A0. Grayscale: #5C5C5C. Windows color (decimal): -2025377 or 6232289. OLE color: 6232289.
HSL color Cylindrical-coordinate representation of color #E1185F: hue angle of 338.81º 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 #E1185F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 95 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.12 |
| HSL | 338.81º | 0.81% | 0.49% | - |
| HSV(B) | 338.81º | 0.89% | 0.88% | - |
| XYZ | 33.44 | 17.49 | 12.44 | - |
| YUV | 92.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 95 | 0 | 0.89 | 0.58 | 0.12 | 338.81 | 0.81 | 0.49 |
| Hex | E1 | 18 | 5F | 0 | 59 | 3A | C | 153 | 51 | 31 |
| Octal | 341 | 30 | 137 | 0 | 131 | 72 | 14 | 523 | 121 | 61 |
| Binary | 11100001 | 11000 | 1011111 | 0 | 1011001 | 111010 | 1100 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E1185F
Complementary color
Monochromatic Colors of #E1185F
Black with #E1185F
Text Example
Text Example
White with #E1185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1185F; }
p { color: rgb(225,24,95); }
H1.HeaderClassName
{
color: #E1185F;
}
.AnyTagClassName
{
color: #E1185F;
}
</style>
background-color css
<style>
a { background-color: #E1185F; }
a { background-color: rgb(225,24,95); }
div.DivClassName
{
background-color: #E1185F;
}
.BgClassName
{
background-color: #E1185F;
}
</style>
border-color css
<style>
span { border-color: #E1185F; }
span { border-color: rgb(225,24,95); }
td.TdClassName
{
border-color: #E1185F;
}
.TagClassName
{
border-color: #E1185F;
}
</style>