Shades of Ruby #E1126B
Tints of Ruby #E1126B
RGB
CMYK
RGB Variations
Color information
#E1126B (or 0xE1126B) is known color: Ruby. HEX triplet: E1, 12 and 6B. RGB value is (225,18,107). Sum of RGB (Red+Green+Blue) = 225+18+107=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1126B is #1EED94. Grayscale: #595959. Windows color (decimal): -2026901 or 7017185. OLE color: 7017185.
HSL color Cylindrical-coordinate representation of color #E1126B: hue angle of 334.2º degrees, saturation: 0.85, 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 #E1126B is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 107 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.12 |
| HSL | 334.2º | 0.85% | 0.48% | - |
| HSV(B) | 334.2º | 0.92% | 0.88% | - |
| XYZ | 33.92 | 17.5 | 15.5 | - |
| YUV | 90.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 107 | 0 | 0.92 | 0.52 | 0.12 | 334.2 | 0.85 | 0.48 |
| Hex | E1 | 12 | 6B | 0 | 5C | 34 | C | 14E | 55 | 30 |
| Octal | 341 | 22 | 153 | 0 | 134 | 64 | 14 | 516 | 125 | 60 |
| Binary | 11100001 | 10010 | 1101011 | 0 | 1011100 | 110100 | 1100 | 101001110 | 1010101 | 110000 |
Color Harmonies of #E1126B
Complementary color
Monochromatic Colors of #E1126B
Black with #E1126B
Text Example
Text Example
White with #E1126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1126B; }
p { color: rgb(225,18,107); }
H1.HeaderClassName
{
color: #E1126B;
}
.AnyTagClassName
{
color: #E1126B;
}
</style>
background-color css
<style>
a { background-color: #E1126B; }
a { background-color: rgb(225,18,107); }
div.DivClassName
{
background-color: #E1126B;
}
.BgClassName
{
background-color: #E1126B;
}
</style>
border-color css
<style>
span { border-color: #E1126B; }
span { border-color: rgb(225,18,107); }
td.TdClassName
{
border-color: #E1126B;
}
.TagClassName
{
border-color: #E1126B;
}
</style>