Shades of Ruby #E01976
Tints of Ruby #E01976
RGB
CMYK
RGB Variations
Color information
#E01976 (or 0xE01976) is known color: Ruby. HEX triplet: E0, 19 and 76. RGB value is (224,25,118). Sum of RGB (Red+Green+Blue) = 224+25+118=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E01976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01976 is #1FE689. Grayscale: #5E5E5E. Windows color (decimal): -2090634 or 7739872. OLE color: 7739872.
HSL color Cylindrical-coordinate representation of color #E01976: hue angle of 331.96º 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 #E01976 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.12 |
| HSL | 331.96º | 0.8% | 0.49% | - |
| HSV(B) | 331.96º | 0.89% | 0.88% | - |
| XYZ | 34.36 | 17.85 | 18.77 | - |
| YUV | 95.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 118 | 0 | 0.89 | 0.47 | 0.12 | 331.96 | 0.8 | 0.49 |
| Hex | E0 | 19 | 76 | 0 | 59 | 2F | C | 14C | 50 | 31 |
| Octal | 340 | 31 | 166 | 0 | 131 | 57 | 14 | 514 | 120 | 61 |
| Binary | 11100000 | 11001 | 1110110 | 0 | 1011001 | 101111 | 1100 | 101001100 | 1010000 | 110001 |
Color Harmonies of #E01976
Complementary color
Monochromatic Colors of #E01976
Black with #E01976
Text Example
Text Example
White with #E01976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01976; }
p { color: rgb(224,25,118); }
H1.HeaderClassName
{
color: #E01976;
}
.AnyTagClassName
{
color: #E01976;
}
</style>
background-color css
<style>
a { background-color: #E01976; }
a { background-color: rgb(224,25,118); }
div.DivClassName
{
background-color: #E01976;
}
.BgClassName
{
background-color: #E01976;
}
</style>
border-color css
<style>
span { border-color: #E01976; }
span { border-color: rgb(224,25,118); }
td.TdClassName
{
border-color: #E01976;
}
.TagClassName
{
border-color: #E01976;
}
</style>