Shades of Ruby #E51871
Tints of Ruby #E51871
RGB
CMYK
RGB Variations
Color information
#E51871 (or 0xE51871) is known color: Ruby. HEX triplet: E5, 18 and 71. RGB value is (229,24,113). Sum of RGB (Red+Green+Blue) = 229+24+113=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E51871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51871 is #1AE78E. Grayscale: #5F5F5F. Windows color (decimal): -1763215 or 7411941. OLE color: 7411941.
HSL color Cylindrical-coordinate representation of color #E51871: hue angle of 333.95º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51871 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.10 |
| HSL | 333.95º | 0.81% | 0.5% | - |
| HSV(B) | 333.95º | 0.9% | 0.9% | - |
| XYZ | 35.62 | 18.5 | 17.32 | - |
| YUV | 95.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 113 | 0 | 0.90 | 0.51 | 0.10 | 333.95 | 0.81 | 0.5 |
| Hex | E5 | 18 | 71 | 0 | 5A | 33 | A | 14E | 51 | 32 |
| Octal | 345 | 30 | 161 | 0 | 132 | 63 | 12 | 516 | 121 | 62 |
| Binary | 11100101 | 11000 | 1110001 | 0 | 1011010 | 110011 | 1010 | 101001110 | 1010001 | 110010 |
Color Harmonies of #E51871
Complementary color
Monochromatic Colors of #E51871
Black with #E51871
Text Example
Text Example
White with #E51871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51871; }
p { color: rgb(229,24,113); }
H1.HeaderClassName
{
color: #E51871;
}
.AnyTagClassName
{
color: #E51871;
}
</style>
background-color css
<style>
a { background-color: #E51871; }
a { background-color: rgb(229,24,113); }
div.DivClassName
{
background-color: #E51871;
}
.BgClassName
{
background-color: #E51871;
}
</style>
border-color css
<style>
span { border-color: #E51871; }
span { border-color: rgb(229,24,113); }
td.TdClassName
{
border-color: #E51871;
}
.TagClassName
{
border-color: #E51871;
}
</style>