Shades of Ruby #E20179
Tints of Ruby #E20179
RGB
CMYK
RGB Variations
Color information
#E20179 (or 0xE20179) is known color: Ruby. HEX triplet: E2, 01 and 79. RGB value is (226,1,121). Sum of RGB (Red+Green+Blue) = 226+1+121=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E20179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20179 is #1DFE86. Grayscale: #515151. Windows color (decimal): -1965703 or 7930338. OLE color: 7930338.
HSL color Cylindrical-coordinate representation of color #E20179: hue angle of 328º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20179 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.11 |
| HSL | 328º | 0.99% | 0.45% | - |
| HSV(B) | 328º | 1% | 0.89% | - |
| XYZ | 34.83 | 17.57 | 19.65 | - |
| YUV | 81.96 | 150.04 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 121 | 0 | 1.00 | 0.46 | 0.11 | 328 | 0.99 | 0.45 |
| Hex | E2 | 1 | 79 | 0 | 64 | 2E | B | 148 | 63 | 2D |
| Octal | 342 | 1 | 171 | 0 | 144 | 56 | 13 | 510 | 143 | 55 |
| Binary | 11100010 | 1 | 1111001 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E20179
Complementary color
Monochromatic Colors of #E20179
Black with #E20179
Text Example
Text Example
White with #E20179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20179; }
p { color: rgb(226,1,121); }
H1.HeaderClassName
{
color: #E20179;
}
.AnyTagClassName
{
color: #E20179;
}
</style>
background-color css
<style>
a { background-color: #E20179; }
a { background-color: rgb(226,1,121); }
div.DivClassName
{
background-color: #E20179;
}
.BgClassName
{
background-color: #E20179;
}
</style>
border-color css
<style>
span { border-color: #E20179; }
span { border-color: rgb(226,1,121); }
td.TdClassName
{
border-color: #E20179;
}
.TagClassName
{
border-color: #E20179;
}
</style>