Shades of Ruby #E01C57
Tints of Ruby #E01C57
RGB
CMYK
RGB Variations
Color information
#E01C57 (or 0xE01C57) is known color: Ruby. HEX triplet: E0, 1C and 57. RGB value is (224,28,87). Sum of RGB (Red+Green+Blue) = 224+28+87=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C57 is #1FE3A8. Grayscale: #5D5D5D. Windows color (decimal): -2089897 or 5709024. OLE color: 5709024.
HSL color Cylindrical-coordinate representation of color #E01C57: hue angle of 341.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C57 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.12 |
| HSL | 341.94º | 0.78% | 0.49% | - |
| HSV(B) | 341.94º | 0.88% | 0.88% | - |
| XYZ | 32.88 | 17.37 | 10.64 | - |
| YUV | 93.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 87 | 0 | 0.88 | 0.61 | 0.12 | 341.94 | 0.78 | 0.49 |
| Hex | E0 | 1C | 57 | 0 | 58 | 3D | C | 156 | 4E | 31 |
| Octal | 340 | 34 | 127 | 0 | 130 | 75 | 14 | 526 | 116 | 61 |
| Binary | 11100000 | 11100 | 1010111 | 0 | 1011000 | 111101 | 1100 | 101010110 | 1001110 | 110001 |
Color Harmonies of #E01C57
Complementary color
Monochromatic Colors of #E01C57
Black with #E01C57
Text Example
Text Example
White with #E01C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C57; }
p { color: rgb(224,28,87); }
H1.HeaderClassName
{
color: #E01C57;
}
.AnyTagClassName
{
color: #E01C57;
}
</style>
background-color css
<style>
a { background-color: #E01C57; }
a { background-color: rgb(224,28,87); }
div.DivClassName
{
background-color: #E01C57;
}
.BgClassName
{
background-color: #E01C57;
}
</style>
border-color css
<style>
span { border-color: #E01C57; }
span { border-color: rgb(224,28,87); }
td.TdClassName
{
border-color: #E01C57;
}
.TagClassName
{
border-color: #E01C57;
}
</style>