Shades of Ruby #E10571
Tints of Ruby #E10571
RGB
CMYK
RGB Variations
Color information
#E10571 (or 0xE10571) is known color: Ruby. HEX triplet: E1, 05 and 71. RGB value is (225,5,113). Sum of RGB (Red+Green+Blue) = 225+5+113=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E10571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10571 is #1EFA8E. Grayscale: #525252. Windows color (decimal): -2030223 or 7407073. OLE color: 7407073.
HSL color Cylindrical-coordinate representation of color #E10571: hue angle of 330.55º 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 #E10571 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.55º | 0.96% | 0.45% | - |
| HSV(B) | 330.55º | 0.98% | 0.88% | - |
| XYZ | 34.09 | 17.31 | 17.17 | - |
| YUV | 83.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 113 | 0 | 0.98 | 0.50 | 0.12 | 330.55 | 0.96 | 0.45 |
| Hex | E1 | 5 | 71 | 0 | 62 | 32 | C | 14B | 60 | 2D |
| Octal | 341 | 5 | 161 | 0 | 142 | 62 | 14 | 513 | 140 | 55 |
| Binary | 11100001 | 101 | 1110001 | 0 | 1100010 | 110010 | 1100 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E10571
Complementary color
Monochromatic Colors of #E10571
Black with #E10571
Text Example
Text Example
White with #E10571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10571; }
p { color: rgb(225,5,113); }
H1.HeaderClassName
{
color: #E10571;
}
.AnyTagClassName
{
color: #E10571;
}
</style>
background-color css
<style>
a { background-color: #E10571; }
a { background-color: rgb(225,5,113); }
div.DivClassName
{
background-color: #E10571;
}
.BgClassName
{
background-color: #E10571;
}
</style>
border-color css
<style>
span { border-color: #E10571; }
span { border-color: rgb(225,5,113); }
td.TdClassName
{
border-color: #E10571;
}
.TagClassName
{
border-color: #E10571;
}
</style>