Shades of Ruby #E1166F
Tints of Ruby #E1166F
RGB
CMYK
RGB Variations
Color information
#E1166F (or 0xE1166F) is known color: Ruby. HEX triplet: E1, 16 and 6F. RGB value is (225,22,111). Sum of RGB (Red+Green+Blue) = 225+22+111=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1166F is #1EE990. Grayscale: #5C5C5C. Windows color (decimal): -2025873 or 7280353. OLE color: 7280353.
HSL color Cylindrical-coordinate representation of color #E1166F: hue angle of 333.69º 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 #E1166F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.12 |
| HSL | 333.69º | 0.82% | 0.48% | - |
| HSV(B) | 333.69º | 0.9% | 0.88% | - |
| XYZ | 34.21 | 17.73 | 16.66 | - |
| YUV | 92.84 | 138.25 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 111 | 0 | 0.90 | 0.51 | 0.12 | 333.69 | 0.82 | 0.48 |
| Hex | E1 | 16 | 6F | 0 | 5A | 33 | C | 14E | 52 | 30 |
| Octal | 341 | 26 | 157 | 0 | 132 | 63 | 14 | 516 | 122 | 60 |
| Binary | 11100001 | 10110 | 1101111 | 0 | 1011010 | 110011 | 1100 | 101001110 | 1010010 | 110000 |
Color Harmonies of #E1166F
Complementary color
Monochromatic Colors of #E1166F
Black with #E1166F
Text Example
Text Example
White with #E1166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1166F; }
p { color: rgb(225,22,111); }
H1.HeaderClassName
{
color: #E1166F;
}
.AnyTagClassName
{
color: #E1166F;
}
</style>
background-color css
<style>
a { background-color: #E1166F; }
a { background-color: rgb(225,22,111); }
div.DivClassName
{
background-color: #E1166F;
}
.BgClassName
{
background-color: #E1166F;
}
</style>
border-color css
<style>
span { border-color: #E1166F; }
span { border-color: rgb(225,22,111); }
td.TdClassName
{
border-color: #E1166F;
}
.TagClassName
{
border-color: #E1166F;
}
</style>