Shades of Ruby #E0176B
Tints of Ruby #E0176B
RGB
CMYK
RGB Variations
Color information
#E0176B (or 0xE0176B) is known color: Ruby. HEX triplet: E0, 17 and 6B. RGB value is (224,23,107). Sum of RGB (Red+Green+Blue) = 224+23+107=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0176B is #1FE894. Grayscale: #5C5C5C. Windows color (decimal): -2091157 or 7018464. OLE color: 7018464.
HSL color Cylindrical-coordinate representation of color #E0176B: hue angle of 334.93º 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 #E0176B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.93º | 0.81% | 0.48% | - |
| HSV(B) | 334.93º | 0.9% | 0.88% | - |
| XYZ | 33.7 | 17.52 | 15.52 | - |
| YUV | 92.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 107 | 0 | 0.90 | 0.52 | 0.12 | 334.93 | 0.81 | 0.48 |
| Hex | E0 | 17 | 6B | 0 | 5A | 34 | C | 14F | 51 | 30 |
| Octal | 340 | 27 | 153 | 0 | 132 | 64 | 14 | 517 | 121 | 60 |
| Binary | 11100000 | 10111 | 1101011 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010001 | 110000 |
Color Harmonies of #E0176B
Complementary color
Monochromatic Colors of #E0176B
Black with #E0176B
Text Example
Text Example
White with #E0176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0176B; }
p { color: rgb(224,23,107); }
H1.HeaderClassName
{
color: #E0176B;
}
.AnyTagClassName
{
color: #E0176B;
}
</style>
background-color css
<style>
a { background-color: #E0176B; }
a { background-color: rgb(224,23,107); }
div.DivClassName
{
background-color: #E0176B;
}
.BgClassName
{
background-color: #E0176B;
}
</style>
border-color css
<style>
span { border-color: #E0176B; }
span { border-color: rgb(224,23,107); }
td.TdClassName
{
border-color: #E0176B;
}
.TagClassName
{
border-color: #E0176B;
}
</style>