Shades of Ruby #E20477
Tints of Ruby #E20477
RGB
CMYK
RGB Variations
Color information
#E20477 (or 0xE20477) is known color: Ruby. HEX triplet: E2, 04 and 77. RGB value is (226,4,119). Sum of RGB (Red+Green+Blue) = 226+4+119=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E20477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20477 is #1DFB88. Grayscale: #535353. Windows color (decimal): -1964937 or 7800034. OLE color: 7800034.
HSL color Cylindrical-coordinate representation of color #E20477: hue angle of 328.92º degrees, saturation: 0.97, 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 #E20477 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.11 |
| HSL | 328.92º | 0.97% | 0.45% | - |
| HSV(B) | 328.92º | 0.98% | 0.89% | - |
| XYZ | 34.74 | 17.59 | 19.02 | - |
| YUV | 83.49 | 148.05 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 119 | 0 | 0.98 | 0.47 | 0.11 | 328.92 | 0.97 | 0.45 |
| Hex | E2 | 4 | 77 | 0 | 62 | 2F | B | 149 | 61 | 2D |
| Octal | 342 | 4 | 167 | 0 | 142 | 57 | 13 | 511 | 141 | 55 |
| Binary | 11100010 | 100 | 1110111 | 0 | 1100010 | 101111 | 1011 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E20477
Complementary color
Monochromatic Colors of #E20477
Black with #E20477
Text Example
Text Example
White with #E20477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20477; }
p { color: rgb(226,4,119); }
H1.HeaderClassName
{
color: #E20477;
}
.AnyTagClassName
{
color: #E20477;
}
</style>
background-color css
<style>
a { background-color: #E20477; }
a { background-color: rgb(226,4,119); }
div.DivClassName
{
background-color: #E20477;
}
.BgClassName
{
background-color: #E20477;
}
</style>
border-color css
<style>
span { border-color: #E20477; }
span { border-color: rgb(226,4,119); }
td.TdClassName
{
border-color: #E20477;
}
.TagClassName
{
border-color: #E20477;
}
</style>