Shades of Ruby #E00179
Tints of Ruby #E00179
RGB
CMYK
RGB Variations
Color information
#E00179 (or 0xE00179) is known color: Ruby. HEX triplet: E0, 01 and 79. RGB value is (224,1,121). Sum of RGB (Red+Green+Blue) = 224+1+121=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00179 is #1FFE86. Grayscale: #515151. Windows color (decimal): -2096775 or 7930336. OLE color: 7930336.
HSL color Cylindrical-coordinate representation of color #E00179: hue angle of 327.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00179 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.12 |
| HSL | 327.71º | 0.99% | 0.44% | - |
| HSV(B) | 327.71º | 1% | 0.88% | - |
| XYZ | 34.2 | 17.25 | 19.62 | - |
| YUV | 81.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 121 | 0 | 1.00 | 0.46 | 0.12 | 327.71 | 0.99 | 0.44 |
| Hex | E0 | 1 | 79 | 0 | 64 | 2E | C | 148 | 63 | 2C |
| Octal | 340 | 1 | 171 | 0 | 144 | 56 | 14 | 510 | 143 | 54 |
| Binary | 11100000 | 1 | 1111001 | 0 | 1100100 | 101110 | 1100 | 101001000 | 1100011 | 101100 |
Color Harmonies of #E00179
Complementary color
Monochromatic Colors of #E00179
Black with #E00179
Text Example
Text Example
White with #E00179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00179; }
p { color: rgb(224,1,121); }
H1.HeaderClassName
{
color: #E00179;
}
.AnyTagClassName
{
color: #E00179;
}
</style>
background-color css
<style>
a { background-color: #E00179; }
a { background-color: rgb(224,1,121); }
div.DivClassName
{
background-color: #E00179;
}
.BgClassName
{
background-color: #E00179;
}
</style>
border-color css
<style>
span { border-color: #E00179; }
span { border-color: rgb(224,1,121); }
td.TdClassName
{
border-color: #E00179;
}
.TagClassName
{
border-color: #E00179;
}
</style>