Shades of Ruby #E01751
Tints of Ruby #E01751
RGB
CMYK
RGB Variations
Color information
#E01751 (or 0xE01751) is known color: Ruby. HEX triplet: E0, 17 and 51. RGB value is (224,23,81). Sum of RGB (Red+Green+Blue) = 224+23+81=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E01751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01751 is #1FE8AE. Grayscale: #595959. Windows color (decimal): -2091183 or 5314528. OLE color: 5314528.
HSL color Cylindrical-coordinate representation of color #E01751: hue angle of 342.69º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01751 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.12 |
| HSL | 342.69º | 0.81% | 0.48% | - |
| HSV(B) | 342.69º | 0.9% | 0.88% | - |
| XYZ | 32.53 | 17.05 | 9.36 | - |
| YUV | 89.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 81 | 0 | 0.90 | 0.64 | 0.12 | 342.69 | 0.81 | 0.48 |
| Hex | E0 | 17 | 51 | 0 | 5A | 40 | C | 157 | 51 | 30 |
| Octal | 340 | 27 | 121 | 0 | 132 | 100 | 14 | 527 | 121 | 60 |
| Binary | 11100000 | 10111 | 1010001 | 0 | 1011010 | 1000000 | 1100 | 101010111 | 1010001 | 110000 |
Color Harmonies of #E01751
Complementary color
Monochromatic Colors of #E01751
Black with #E01751
Text Example
Text Example
White with #E01751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01751; }
p { color: rgb(224,23,81); }
H1.HeaderClassName
{
color: #E01751;
}
.AnyTagClassName
{
color: #E01751;
}
</style>
background-color css
<style>
a { background-color: #E01751; }
a { background-color: rgb(224,23,81); }
div.DivClassName
{
background-color: #E01751;
}
.BgClassName
{
background-color: #E01751;
}
</style>
border-color css
<style>
span { border-color: #E01751; }
span { border-color: rgb(224,23,81); }
td.TdClassName
{
border-color: #E01751;
}
.TagClassName
{
border-color: #E01751;
}
</style>