Shades of Ruby #E1136E
Tints of Ruby #E1136E
RGB
CMYK
RGB Variations
Color information
#E1136E (or 0xE1136E) is known color: Ruby. HEX triplet: E1, 13 and 6E. RGB value is (225,19,110). Sum of RGB (Red+Green+Blue) = 225+19+110=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1136E is #1EEC91. Grayscale: #5A5A5A. Windows color (decimal): -2026642 or 7214049. OLE color: 7214049.
HSL color Cylindrical-coordinate representation of color #E1136E: hue angle of 333.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1136E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.12 |
| HSL | 333.5º | 0.84% | 0.48% | - |
| HSV(B) | 333.5º | 0.92% | 0.88% | - |
| XYZ | 34.1 | 17.6 | 16.35 | - |
| YUV | 90.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 110 | 0 | 0.92 | 0.51 | 0.12 | 333.5 | 0.84 | 0.48 |
| Hex | E1 | 13 | 6E | 0 | 5C | 33 | C | 14D | 54 | 30 |
| Octal | 341 | 23 | 156 | 0 | 134 | 63 | 14 | 515 | 124 | 60 |
| Binary | 11100001 | 10011 | 1101110 | 0 | 1011100 | 110011 | 1100 | 101001101 | 1010100 | 110000 |
Color Harmonies of #E1136E
Complementary color
Monochromatic Colors of #E1136E
Black with #E1136E
Text Example
Text Example
White with #E1136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1136E; }
p { color: rgb(225,19,110); }
H1.HeaderClassName
{
color: #E1136E;
}
.AnyTagClassName
{
color: #E1136E;
}
</style>
background-color css
<style>
a { background-color: #E1136E; }
a { background-color: rgb(225,19,110); }
div.DivClassName
{
background-color: #E1136E;
}
.BgClassName
{
background-color: #E1136E;
}
</style>
border-color css
<style>
span { border-color: #E1136E; }
span { border-color: rgb(225,19,110); }
td.TdClassName
{
border-color: #E1136E;
}
.TagClassName
{
border-color: #E1136E;
}
</style>