Shades of Ruby #E20577
Tints of Ruby #E20577
RGB
CMYK
RGB Variations
Color information
#E20577 (or 0xE20577) is known color: Ruby. HEX triplet: E2, 05 and 77. RGB value is (226,5,119). Sum of RGB (Red+Green+Blue) = 226+5+119=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E20577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20577 is #1DFA88. Grayscale: #535353. Windows color (decimal): -1964681 or 7800290. OLE color: 7800290.
HSL color Cylindrical-coordinate representation of color #E20577: hue angle of 329.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20577 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.11 |
| HSL | 329.05º | 0.96% | 0.45% | - |
| HSV(B) | 329.05º | 0.98% | 0.89% | - |
| XYZ | 34.75 | 17.61 | 19.02 | - |
| YUV | 84.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 119 | 0 | 0.98 | 0.47 | 0.11 | 329.05 | 0.96 | 0.45 |
| Hex | E2 | 5 | 77 | 0 | 62 | 2F | B | 149 | 60 | 2D |
| Octal | 342 | 5 | 167 | 0 | 142 | 57 | 13 | 511 | 140 | 55 |
| Binary | 11100010 | 101 | 1110111 | 0 | 1100010 | 101111 | 1011 | 101001001 | 1100000 | 101101 |
Color Harmonies of #E20577
Complementary color
Monochromatic Colors of #E20577
Black with #E20577
Text Example
Text Example
White with #E20577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20577; }
p { color: rgb(226,5,119); }
H1.HeaderClassName
{
color: #E20577;
}
.AnyTagClassName
{
color: #E20577;
}
</style>
background-color css
<style>
a { background-color: #E20577; }
a { background-color: rgb(226,5,119); }
div.DivClassName
{
background-color: #E20577;
}
.BgClassName
{
background-color: #E20577;
}
</style>
border-color css
<style>
span { border-color: #E20577; }
span { border-color: rgb(226,5,119); }
td.TdClassName
{
border-color: #E20577;
}
.TagClassName
{
border-color: #E20577;
}
</style>