Shades of Ruby #E81C57
Tints of Ruby #E81C57
RGB
CMYK
RGB Variations
Color information
#E81C57 (or 0xE81C57) is known color: Ruby. HEX triplet: E8, 1C and 57. RGB value is (232,28,87). Sum of RGB (Red+Green+Blue) = 232+28+87=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C57 is #17E3A8. Grayscale: #5F5F5F. Windows color (decimal): -1565609 or 5709032. OLE color: 5709032.
HSL color Cylindrical-coordinate representation of color #E81C57: hue angle of 342.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C57 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.09 |
| HSL | 342.65º | 0.82% | 0.51% | - |
| HSV(B) | 342.65º | 0.88% | 0.91% | - |
| XYZ | 35.41 | 18.67 | 10.75 | - |
| YUV | 95.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 87 | 0 | 0.88 | 0.62 | 0.09 | 342.65 | 0.82 | 0.51 |
| Hex | E8 | 1C | 57 | 0 | 58 | 3E | 9 | 157 | 52 | 33 |
| Octal | 350 | 34 | 127 | 0 | 130 | 76 | 11 | 527 | 122 | 63 |
| Binary | 11101000 | 11100 | 1010111 | 0 | 1011000 | 111110 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E81C57
Complementary color
Monochromatic Colors of #E81C57
Black with #E81C57
Text Example
Text Example
White with #E81C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C57; }
p { color: rgb(232,28,87); }
H1.HeaderClassName
{
color: #E81C57;
}
.AnyTagClassName
{
color: #E81C57;
}
</style>
background-color css
<style>
a { background-color: #E81C57; }
a { background-color: rgb(232,28,87); }
div.DivClassName
{
background-color: #E81C57;
}
.BgClassName
{
background-color: #E81C57;
}
</style>
border-color css
<style>
span { border-color: #E81C57; }
span { border-color: rgb(232,28,87); }
td.TdClassName
{
border-color: #E81C57;
}
.TagClassName
{
border-color: #E81C57;
}
</style>