Shades of Ruby #E0174F
Tints of Ruby #E0174F
RGB
CMYK
RGB Variations
Color information
#E0174F (or 0xE0174F) is known color: Ruby. HEX triplet: E0, 17 and 4F. RGB value is (224,23,79). Sum of RGB (Red+Green+Blue) = 224+23+79=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0174F is #1FE8B0. Grayscale: #595959. Windows color (decimal): -2091185 or 5183456. OLE color: 5183456.
HSL color Cylindrical-coordinate representation of color #E0174F: hue angle of 343.28º 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 #E0174F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.12 |
| HSL | 343.28º | 0.81% | 0.48% | - |
| HSV(B) | 343.28º | 0.9% | 0.88% | - |
| XYZ | 32.46 | 17.02 | 8.97 | - |
| YUV | 89.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 79 | 0 | 0.90 | 0.65 | 0.12 | 343.28 | 0.81 | 0.48 |
| Hex | E0 | 17 | 4F | 0 | 5A | 41 | C | 157 | 51 | 30 |
| Octal | 340 | 27 | 117 | 0 | 132 | 101 | 14 | 527 | 121 | 60 |
| Binary | 11100000 | 10111 | 1001111 | 0 | 1011010 | 1000001 | 1100 | 101010111 | 1010001 | 110000 |
Color Harmonies of #E0174F
Complementary color
Monochromatic Colors of #E0174F
Black with #E0174F
Text Example
Text Example
White with #E0174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0174F; }
p { color: rgb(224,23,79); }
H1.HeaderClassName
{
color: #E0174F;
}
.AnyTagClassName
{
color: #E0174F;
}
</style>
background-color css
<style>
a { background-color: #E0174F; }
a { background-color: rgb(224,23,79); }
div.DivClassName
{
background-color: #E0174F;
}
.BgClassName
{
background-color: #E0174F;
}
</style>
border-color css
<style>
span { border-color: #E0174F; }
span { border-color: rgb(224,23,79); }
td.TdClassName
{
border-color: #E0174F;
}
.TagClassName
{
border-color: #E0174F;
}
</style>