Shades of Ruby #E1166B
Tints of Ruby #E1166B
RGB
CMYK
RGB Variations
Color information
#E1166B (or 0xE1166B) is known color: Ruby. HEX triplet: E1, 16 and 6B. RGB value is (225,22,107). Sum of RGB (Red+Green+Blue) = 225+22+107=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1166B is #1EE994. Grayscale: #5C5C5C. Windows color (decimal): -2025877 or 7018209. OLE color: 7018209.
HSL color Cylindrical-coordinate representation of color #E1166B: hue angle of 334.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1166B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.88º | 0.82% | 0.48% | - |
| HSV(B) | 334.88º | 0.9% | 0.88% | - |
| XYZ | 33.99 | 17.64 | 15.52 | - |
| YUV | 92.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 107 | 0 | 0.90 | 0.52 | 0.12 | 334.88 | 0.82 | 0.48 |
| Hex | E1 | 16 | 6B | 0 | 5A | 34 | C | 14F | 52 | 30 |
| Octal | 341 | 26 | 153 | 0 | 132 | 64 | 14 | 517 | 122 | 60 |
| Binary | 11100001 | 10110 | 1101011 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010010 | 110000 |
Color Harmonies of #E1166B
Complementary color
Monochromatic Colors of #E1166B
Black with #E1166B
Text Example
Text Example
White with #E1166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1166B; }
p { color: rgb(225,22,107); }
H1.HeaderClassName
{
color: #E1166B;
}
.AnyTagClassName
{
color: #E1166B;
}
</style>
background-color css
<style>
a { background-color: #E1166B; }
a { background-color: rgb(225,22,107); }
div.DivClassName
{
background-color: #E1166B;
}
.BgClassName
{
background-color: #E1166B;
}
</style>
border-color css
<style>
span { border-color: #E1166B; }
span { border-color: rgb(225,22,107); }
td.TdClassName
{
border-color: #E1166B;
}
.TagClassName
{
border-color: #E1166B;
}
</style>