Shades of Ruby #E01977
Tints of Ruby #E01977
RGB
CMYK
RGB Variations
Color information
#E01977 (or 0xE01977) is known color: Ruby. HEX triplet: E0, 19 and 77. RGB value is (224,25,119). Sum of RGB (Red+Green+Blue) = 224+25+119=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E01977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01977 is #1FE688. Grayscale: #5F5F5F. Windows color (decimal): -2090633 or 7805408. OLE color: 7805408.
HSL color Cylindrical-coordinate representation of color #E01977: hue angle of 331.66º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01977 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 119 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.12 |
| HSL | 331.66º | 0.8% | 0.49% | - |
| HSV(B) | 331.66º | 0.89% | 0.88% | - |
| XYZ | 34.42 | 17.87 | 19.09 | - |
| YUV | 95.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 119 | 0 | 0.89 | 0.47 | 0.12 | 331.66 | 0.8 | 0.49 |
| Hex | E0 | 19 | 77 | 0 | 59 | 2F | C | 14C | 50 | 31 |
| Octal | 340 | 31 | 167 | 0 | 131 | 57 | 14 | 514 | 120 | 61 |
| Binary | 11100000 | 11001 | 1110111 | 0 | 1011001 | 101111 | 1100 | 101001100 | 1010000 | 110001 |
Color Harmonies of #E01977
Complementary color
Monochromatic Colors of #E01977
Black with #E01977
Text Example
Text Example
White with #E01977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01977; }
p { color: rgb(224,25,119); }
H1.HeaderClassName
{
color: #E01977;
}
.AnyTagClassName
{
color: #E01977;
}
</style>
background-color css
<style>
a { background-color: #E01977; }
a { background-color: rgb(224,25,119); }
div.DivClassName
{
background-color: #E01977;
}
.BgClassName
{
background-color: #E01977;
}
</style>
border-color css
<style>
span { border-color: #E01977; }
span { border-color: rgb(224,25,119); }
td.TdClassName
{
border-color: #E01977;
}
.TagClassName
{
border-color: #E01977;
}
</style>