Shades of Ruby #E0176F
Tints of Ruby #E0176F
RGB
CMYK
RGB Variations
Color information
#E0176F (or 0xE0176F) is known color: Ruby. HEX triplet: E0, 17 and 6F. RGB value is (224,23,111). Sum of RGB (Red+Green+Blue) = 224+23+111=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0176F is #1FE890. Grayscale: #5C5C5C. Windows color (decimal): -2091153 or 7280608. OLE color: 7280608.
HSL color Cylindrical-coordinate representation of color #E0176F: hue angle of 333.73º 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 #E0176F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.12 |
| HSL | 333.73º | 0.81% | 0.48% | - |
| HSV(B) | 333.73º | 0.9% | 0.88% | - |
| XYZ | 33.92 | 17.61 | 16.65 | - |
| YUV | 93.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 111 | 0 | 0.90 | 0.50 | 0.12 | 333.73 | 0.81 | 0.48 |
| Hex | E0 | 17 | 6F | 0 | 5A | 32 | C | 14E | 51 | 30 |
| Octal | 340 | 27 | 157 | 0 | 132 | 62 | 14 | 516 | 121 | 60 |
| Binary | 11100000 | 10111 | 1101111 | 0 | 1011010 | 110010 | 1100 | 101001110 | 1010001 | 110000 |
Color Harmonies of #E0176F
Complementary color
Monochromatic Colors of #E0176F
Black with #E0176F
Text Example
Text Example
White with #E0176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0176F; }
p { color: rgb(224,23,111); }
H1.HeaderClassName
{
color: #E0176F;
}
.AnyTagClassName
{
color: #E0176F;
}
</style>
background-color css
<style>
a { background-color: #E0176F; }
a { background-color: rgb(224,23,111); }
div.DivClassName
{
background-color: #E0176F;
}
.BgClassName
{
background-color: #E0176F;
}
</style>
border-color css
<style>
span { border-color: #E0176F; }
span { border-color: rgb(224,23,111); }
td.TdClassName
{
border-color: #E0176F;
}
.TagClassName
{
border-color: #E0176F;
}
</style>