Shades of Ruby #E0176C
Tints of Ruby #E0176C
RGB
CMYK
RGB Variations
Color information
#E0176C (or 0xE0176C) is known color: Ruby. HEX triplet: E0, 17 and 6C. RGB value is (224,23,108). Sum of RGB (Red+Green+Blue) = 224+23+108=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0176C is #1FE893. Grayscale: #5C5C5C. Windows color (decimal): -2091156 or 7084000. OLE color: 7084000.
HSL color Cylindrical-coordinate representation of color #E0176C: hue angle of 334.63º degrees, saturation: 0.81, 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 #E0176C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.63º | 0.81% | 0.48% | - |
| HSV(B) | 334.63º | 0.9% | 0.88% | - |
| XYZ | 33.75 | 17.54 | 15.79 | - |
| YUV | 92.79 | 136.59 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 108 | 0 | 0.90 | 0.52 | 0.12 | 334.63 | 0.81 | 0.48 |
| Hex | E0 | 17 | 6C | 0 | 5A | 34 | C | 14F | 51 | 30 |
| Octal | 340 | 27 | 154 | 0 | 132 | 64 | 14 | 517 | 121 | 60 |
| Binary | 11100000 | 10111 | 1101100 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010001 | 110000 |
Color Harmonies of #E0176C
Complementary color
Monochromatic Colors of #E0176C
Black with #E0176C
Text Example
Text Example
White with #E0176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0176C; }
p { color: rgb(224,23,108); }
H1.HeaderClassName
{
color: #E0176C;
}
.AnyTagClassName
{
color: #E0176C;
}
</style>
background-color css
<style>
a { background-color: #E0176C; }
a { background-color: rgb(224,23,108); }
div.DivClassName
{
background-color: #E0176C;
}
.BgClassName
{
background-color: #E0176C;
}
</style>
border-color css
<style>
span { border-color: #E0176C; }
span { border-color: rgb(224,23,108); }
td.TdClassName
{
border-color: #E0176C;
}
.TagClassName
{
border-color: #E0176C;
}
</style>