Shades of Ruby #E20977
Tints of Ruby #E20977
RGB
CMYK
RGB Variations
Color information
#E20977 (or 0xE20977) is known color: Ruby. HEX triplet: E2, 09 and 77. RGB value is (226,9,119). Sum of RGB (Red+Green+Blue) = 226+9+119=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E20977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20977 is #1DF688. Grayscale: #565656. Windows color (decimal): -1963657 or 7801314. OLE color: 7801314.
HSL color Cylindrical-coordinate representation of color #E20977: hue angle of 329.59º 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 #E20977 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.11 |
| HSL | 329.59º | 0.92% | 0.46% | - |
| HSV(B) | 329.59º | 0.96% | 0.89% | - |
| XYZ | 34.79 | 17.7 | 19.03 | - |
| YUV | 86.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 119 | 0 | 0.96 | 0.47 | 0.11 | 329.59 | 0.92 | 0.46 |
| Hex | E2 | 9 | 77 | 0 | 60 | 2F | B | 14A | 5C | 2E |
| Octal | 342 | 11 | 167 | 0 | 140 | 57 | 13 | 512 | 134 | 56 |
| Binary | 11100010 | 1001 | 1110111 | 0 | 1100000 | 101111 | 1011 | 101001010 | 1011100 | 101110 |
Color Harmonies of #E20977
Complementary color
Monochromatic Colors of #E20977
Black with #E20977
Text Example
Text Example
White with #E20977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20977; }
p { color: rgb(226,9,119); }
H1.HeaderClassName
{
color: #E20977;
}
.AnyTagClassName
{
color: #E20977;
}
</style>
background-color css
<style>
a { background-color: #E20977; }
a { background-color: rgb(226,9,119); }
div.DivClassName
{
background-color: #E20977;
}
.BgClassName
{
background-color: #E20977;
}
</style>
border-color css
<style>
span { border-color: #E20977; }
span { border-color: rgb(226,9,119); }
td.TdClassName
{
border-color: #E20977;
}
.TagClassName
{
border-color: #E20977;
}
</style>