Shades of Ruby #E81571
Tints of Ruby #E81571
RGB
CMYK
RGB Variations
Color information
#E81571 (or 0xE81571) is known color: Ruby. HEX triplet: E8, 15 and 71. RGB value is (232,21,113). Sum of RGB (Red+Green+Blue) = 232+21+113=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E81571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81571 is #17EA8E. Grayscale: #5E5E5E. Windows color (decimal): -1567375 or 7411176. OLE color: 7411176.
HSL color Cylindrical-coordinate representation of color #E81571: hue angle of 333.84º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81571 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 113 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.09 |
| HSL | 333.84º | 0.83% | 0.5% | - |
| HSV(B) | 333.84º | 0.91% | 0.91% | - |
| XYZ | 36.53 | 18.88 | 17.34 | - |
| YUV | 94.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 113 | 0 | 0.91 | 0.51 | 0.09 | 333.84 | 0.83 | 0.5 |
| Hex | E8 | 15 | 71 | 0 | 5B | 33 | 9 | 14E | 53 | 32 |
| Octal | 350 | 25 | 161 | 0 | 133 | 63 | 11 | 516 | 123 | 62 |
| Binary | 11101000 | 10101 | 1110001 | 0 | 1011011 | 110011 | 1001 | 101001110 | 1010011 | 110010 |
Color Harmonies of #E81571
Complementary color
Monochromatic Colors of #E81571
Black with #E81571
Text Example
Text Example
White with #E81571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81571; }
p { color: rgb(232,21,113); }
H1.HeaderClassName
{
color: #E81571;
}
.AnyTagClassName
{
color: #E81571;
}
</style>
background-color css
<style>
a { background-color: #E81571; }
a { background-color: rgb(232,21,113); }
div.DivClassName
{
background-color: #E81571;
}
.BgClassName
{
background-color: #E81571;
}
</style>
border-color css
<style>
span { border-color: #E81571; }
span { border-color: rgb(232,21,113); }
td.TdClassName
{
border-color: #E81571;
}
.TagClassName
{
border-color: #E81571;
}
</style>