Shades of Ruby #E00471
Tints of Ruby #E00471
RGB
CMYK
RGB Variations
Color information
#E00471 (or 0xE00471) is known color: Ruby. HEX triplet: E0, 04 and 71. RGB value is (224,4,113). Sum of RGB (Red+Green+Blue) = 224+4+113=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E00471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00471 is #1FFB8E. Grayscale: #515151. Windows color (decimal): -2096015 or 7406816. OLE color: 7406816.
HSL color Cylindrical-coordinate representation of color #E00471: hue angle of 330.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00471 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.27º | 0.96% | 0.45% | - |
| HSV(B) | 330.27º | 0.98% | 0.88% | - |
| XYZ | 33.76 | 17.13 | 17.15 | - |
| YUV | 82.21 | 145.39 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 113 | 0 | 0.98 | 0.50 | 0.12 | 330.27 | 0.96 | 0.45 |
| Hex | E0 | 4 | 71 | 0 | 62 | 32 | C | 14A | 60 | 2D |
| Octal | 340 | 4 | 161 | 0 | 142 | 62 | 14 | 512 | 140 | 55 |
| Binary | 11100000 | 100 | 1110001 | 0 | 1100010 | 110010 | 1100 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E00471
Complementary color
Monochromatic Colors of #E00471
Black with #E00471
Text Example
Text Example
White with #E00471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00471; }
p { color: rgb(224,4,113); }
H1.HeaderClassName
{
color: #E00471;
}
.AnyTagClassName
{
color: #E00471;
}
</style>
background-color css
<style>
a { background-color: #E00471; }
a { background-color: rgb(224,4,113); }
div.DivClassName
{
background-color: #E00471;
}
.BgClassName
{
background-color: #E00471;
}
</style>
border-color css
<style>
span { border-color: #E00471; }
span { border-color: rgb(224,4,113); }
td.TdClassName
{
border-color: #E00471;
}
.TagClassName
{
border-color: #E00471;
}
</style>