Shades of Ruby #E21977
Tints of Ruby #E21977
RGB
CMYK
RGB Variations
Color information
#E21977 (or 0xE21977) is known color: Ruby. HEX triplet: E2, 19 and 77. RGB value is (226,25,119). Sum of RGB (Red+Green+Blue) = 226+25+119=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E21977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21977 is #1DE688. Grayscale: #5F5F5F. Windows color (decimal): -1959561 or 7805410. OLE color: 7805410.
HSL color Cylindrical-coordinate representation of color #E21977: hue angle of 331.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21977 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 119 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.11 |
| HSL | 331.94º | 0.8% | 0.49% | - |
| HSV(B) | 331.94º | 0.89% | 0.89% | - |
| XYZ | 35.04 | 18.2 | 19.12 | - |
| YUV | 95.82 | 141.09 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 119 | 0 | 0.89 | 0.47 | 0.11 | 331.94 | 0.8 | 0.49 |
| Hex | E2 | 19 | 77 | 0 | 59 | 2F | B | 14C | 50 | 31 |
| Octal | 342 | 31 | 167 | 0 | 131 | 57 | 13 | 514 | 120 | 61 |
| Binary | 11100010 | 11001 | 1110111 | 0 | 1011001 | 101111 | 1011 | 101001100 | 1010000 | 110001 |
Color Harmonies of #E21977
Complementary color
Monochromatic Colors of #E21977
Black with #E21977
Text Example
Text Example
White with #E21977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21977; }
p { color: rgb(226,25,119); }
H1.HeaderClassName
{
color: #E21977;
}
.AnyTagClassName
{
color: #E21977;
}
</style>
background-color css
<style>
a { background-color: #E21977; }
a { background-color: rgb(226,25,119); }
div.DivClassName
{
background-color: #E21977;
}
.BgClassName
{
background-color: #E21977;
}
</style>
border-color css
<style>
span { border-color: #E21977; }
span { border-color: rgb(226,25,119); }
td.TdClassName
{
border-color: #E21977;
}
.TagClassName
{
border-color: #E21977;
}
</style>