Shades of Ruby #E0176E
Tints of Ruby #E0176E
RGB
CMYK
RGB Variations
Color information
#E0176E (or 0xE0176E) is known color: Ruby. HEX triplet: E0, 17 and 6E. RGB value is (224,23,110). Sum of RGB (Red+Green+Blue) = 224+23+110=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0176E is #1FE891. Grayscale: #5C5C5C. Windows color (decimal): -2091154 or 7215072. OLE color: 7215072.
HSL color Cylindrical-coordinate representation of color #E0176E: hue angle of 334.03º 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 #E0176E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.12 |
| HSL | 334.03º | 0.81% | 0.48% | - |
| HSV(B) | 334.03º | 0.9% | 0.88% | - |
| XYZ | 33.86 | 17.59 | 16.36 | - |
| YUV | 93.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 110 | 0 | 0.90 | 0.51 | 0.12 | 334.03 | 0.81 | 0.48 |
| Hex | E0 | 17 | 6E | 0 | 5A | 33 | C | 14E | 51 | 30 |
| Octal | 340 | 27 | 156 | 0 | 132 | 63 | 14 | 516 | 121 | 60 |
| Binary | 11100000 | 10111 | 1101110 | 0 | 1011010 | 110011 | 1100 | 101001110 | 1010001 | 110000 |
Color Harmonies of #E0176E
Complementary color
Monochromatic Colors of #E0176E
Black with #E0176E
Text Example
Text Example
White with #E0176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0176E; }
p { color: rgb(224,23,110); }
H1.HeaderClassName
{
color: #E0176E;
}
.AnyTagClassName
{
color: #E0176E;
}
</style>
background-color css
<style>
a { background-color: #E0176E; }
a { background-color: rgb(224,23,110); }
div.DivClassName
{
background-color: #E0176E;
}
.BgClassName
{
background-color: #E0176E;
}
</style>
border-color css
<style>
span { border-color: #E0176E; }
span { border-color: rgb(224,23,110); }
td.TdClassName
{
border-color: #E0176E;
}
.TagClassName
{
border-color: #E0176E;
}
</style>