Shades of Ruby #E1176A
Tints of Ruby #E1176A
RGB
CMYK
RGB Variations
Color information
#E1176A (or 0xE1176A) is known color: Ruby. HEX triplet: E1, 17 and 6A. RGB value is (225,23,106). Sum of RGB (Red+Green+Blue) = 225+23+106=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1176A is #1EE895. Grayscale: #5C5C5C. Windows color (decimal): -2025622 or 6952929. OLE color: 6952929.
HSL color Cylindrical-coordinate representation of color #E1176A: hue angle of 335.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1176A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 106 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.12 |
| HSL | 335.35º | 0.81% | 0.49% | - |
| HSV(B) | 335.35º | 0.9% | 0.88% | - |
| XYZ | 33.96 | 17.66 | 15.25 | - |
| YUV | 92.86 | 135.42 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 106 | 0 | 0.90 | 0.53 | 0.12 | 335.35 | 0.81 | 0.49 |
| Hex | E1 | 17 | 6A | 0 | 5A | 35 | C | 14F | 51 | 31 |
| Octal | 341 | 27 | 152 | 0 | 132 | 65 | 14 | 517 | 121 | 61 |
| Binary | 11100001 | 10111 | 1101010 | 0 | 1011010 | 110101 | 1100 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E1176A
Complementary color
Monochromatic Colors of #E1176A
Black with #E1176A
Text Example
Text Example
White with #E1176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1176A; }
p { color: rgb(225,23,106); }
H1.HeaderClassName
{
color: #E1176A;
}
.AnyTagClassName
{
color: #E1176A;
}
</style>
background-color css
<style>
a { background-color: #E1176A; }
a { background-color: rgb(225,23,106); }
div.DivClassName
{
background-color: #E1176A;
}
.BgClassName
{
background-color: #E1176A;
}
</style>
border-color css
<style>
span { border-color: #E1176A; }
span { border-color: rgb(225,23,106); }
td.TdClassName
{
border-color: #E1176A;
}
.TagClassName
{
border-color: #E1176A;
}
</style>