Shades of Ruby #E20D79
Tints of Ruby #E20D79
RGB
CMYK
RGB Variations
Color information
#E20D79 (or 0xE20D79) is known color: Ruby. HEX triplet: E2, 0D and 79. RGB value is (226,13,121). Sum of RGB (Red+Green+Blue) = 226+13+121=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D79 is #1DF286. Grayscale: #585858. Windows color (decimal): -1962631 or 7933410. OLE color: 7933410.
HSL color Cylindrical-coordinate representation of color #E20D79: hue angle of 329.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20D79 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 121 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.11 |
| HSL | 329.58º | 0.89% | 0.47% | - |
| HSV(B) | 329.58º | 0.94% | 0.89% | - |
| XYZ | 34.96 | 17.84 | 19.69 | - |
| YUV | 89 | 146.07 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 121 | 0 | 0.94 | 0.46 | 0.11 | 329.58 | 0.89 | 0.47 |
| Hex | E2 | D | 79 | 0 | 5E | 2E | B | 14A | 59 | 2F |
| Octal | 342 | 15 | 171 | 0 | 136 | 56 | 13 | 512 | 131 | 57 |
| Binary | 11100010 | 1101 | 1111001 | 0 | 1011110 | 101110 | 1011 | 101001010 | 1011001 | 101111 |
Color Harmonies of #E20D79
Complementary color
Monochromatic Colors of #E20D79
Black with #E20D79
Text Example
Text Example
White with #E20D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D79; }
p { color: rgb(226,13,121); }
H1.HeaderClassName
{
color: #E20D79;
}
.AnyTagClassName
{
color: #E20D79;
}
</style>
background-color css
<style>
a { background-color: #E20D79; }
a { background-color: rgb(226,13,121); }
div.DivClassName
{
background-color: #E20D79;
}
.BgClassName
{
background-color: #E20D79;
}
</style>
border-color css
<style>
span { border-color: #E20D79; }
span { border-color: rgb(226,13,121); }
td.TdClassName
{
border-color: #E20D79;
}
.TagClassName
{
border-color: #E20D79;
}
</style>