Shades of Ruby #E20A77
Tints of Ruby #E20A77
RGB
CMYK
RGB Variations
Color information
#E20A77 (or 0xE20A77) is known color: Ruby. HEX triplet: E2, 0A and 77. RGB value is (226,10,119). Sum of RGB (Red+Green+Blue) = 226+10+119=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A77 is #1DF588. Grayscale: #565656. Windows color (decimal): -1963401 or 7801570. OLE color: 7801570.
HSL color Cylindrical-coordinate representation of color #E20A77: hue angle of 329.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A77 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.11 |
| HSL | 329.72º | 0.92% | 0.46% | - |
| HSV(B) | 329.72º | 0.96% | 0.89% | - |
| XYZ | 34.8 | 17.72 | 19.04 | - |
| YUV | 87.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 119 | 0 | 0.96 | 0.47 | 0.11 | 329.72 | 0.92 | 0.46 |
| Hex | E2 | A | 77 | 0 | 60 | 2F | B | 14A | 5C | 2E |
| Octal | 342 | 12 | 167 | 0 | 140 | 57 | 13 | 512 | 134 | 56 |
| Binary | 11100010 | 1010 | 1110111 | 0 | 1100000 | 101111 | 1011 | 101001010 | 1011100 | 101110 |
Color Harmonies of #E20A77
Complementary color
Monochromatic Colors of #E20A77
Black with #E20A77
Text Example
Text Example
White with #E20A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A77; }
p { color: rgb(226,10,119); }
H1.HeaderClassName
{
color: #E20A77;
}
.AnyTagClassName
{
color: #E20A77;
}
</style>
background-color css
<style>
a { background-color: #E20A77; }
a { background-color: rgb(226,10,119); }
div.DivClassName
{
background-color: #E20A77;
}
.BgClassName
{
background-color: #E20A77;
}
</style>
border-color css
<style>
span { border-color: #E20A77; }
span { border-color: rgb(226,10,119); }
td.TdClassName
{
border-color: #E20A77;
}
.TagClassName
{
border-color: #E20A77;
}
</style>