Shades of Ruby #E00571
Tints of Ruby #E00571
RGB
CMYK
RGB Variations
Color information
#E00571 (or 0xE00571) is known color: Ruby. HEX triplet: E0, 05 and 71. RGB value is (224,5,113). Sum of RGB (Red+Green+Blue) = 224+5+113=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E00571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00571 is #1FFA8E. Grayscale: #525252. Windows color (decimal): -2095759 or 7407072. OLE color: 7407072.
HSL color Cylindrical-coordinate representation of color #E00571: hue angle of 330.41º 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 #E00571 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.41º | 0.96% | 0.45% | - |
| HSV(B) | 330.41º | 0.98% | 0.88% | - |
| XYZ | 33.78 | 17.15 | 17.15 | - |
| YUV | 82.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 113 | 0 | 0.98 | 0.50 | 0.12 | 330.41 | 0.96 | 0.45 |
| Hex | E0 | 5 | 71 | 0 | 62 | 32 | C | 14A | 60 | 2D |
| Octal | 340 | 5 | 161 | 0 | 142 | 62 | 14 | 512 | 140 | 55 |
| Binary | 11100000 | 101 | 1110001 | 0 | 1100010 | 110010 | 1100 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E00571
Complementary color
Monochromatic Colors of #E00571
Black with #E00571
Text Example
Text Example
White with #E00571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00571; }
p { color: rgb(224,5,113); }
H1.HeaderClassName
{
color: #E00571;
}
.AnyTagClassName
{
color: #E00571;
}
</style>
background-color css
<style>
a { background-color: #E00571; }
a { background-color: rgb(224,5,113); }
div.DivClassName
{
background-color: #E00571;
}
.BgClassName
{
background-color: #E00571;
}
</style>
border-color css
<style>
span { border-color: #E00571; }
span { border-color: rgb(224,5,113); }
td.TdClassName
{
border-color: #E00571;
}
.TagClassName
{
border-color: #E00571;
}
</style>