Shades of Ruby #E01551
Tints of Ruby #E01551
RGB
CMYK
RGB Variations
Color information
#E01551 (or 0xE01551) is known color: Ruby. HEX triplet: E0, 15 and 51. RGB value is (224,21,81). Sum of RGB (Red+Green+Blue) = 224+21+81=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01551 is #1FEAAE. Grayscale: #585858. Windows color (decimal): -2091695 or 5314016. OLE color: 5314016.
HSL color Cylindrical-coordinate representation of color #E01551: hue angle of 342.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01551 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.12 |
| HSL | 342.27º | 0.83% | 0.48% | - |
| HSV(B) | 342.27º | 0.91% | 0.88% | - |
| XYZ | 32.49 | 16.98 | 9.35 | - |
| YUV | 88.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 81 | 0 | 0.91 | 0.64 | 0.12 | 342.27 | 0.83 | 0.48 |
| Hex | E0 | 15 | 51 | 0 | 5B | 40 | C | 156 | 53 | 30 |
| Octal | 340 | 25 | 121 | 0 | 133 | 100 | 14 | 526 | 123 | 60 |
| Binary | 11100000 | 10101 | 1010001 | 0 | 1011011 | 1000000 | 1100 | 101010110 | 1010011 | 110000 |
Color Harmonies of #E01551
Complementary color
Monochromatic Colors of #E01551
Black with #E01551
Text Example
Text Example
White with #E01551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01551; }
p { color: rgb(224,21,81); }
H1.HeaderClassName
{
color: #E01551;
}
.AnyTagClassName
{
color: #E01551;
}
</style>
background-color css
<style>
a { background-color: #E01551; }
a { background-color: rgb(224,21,81); }
div.DivClassName
{
background-color: #E01551;
}
.BgClassName
{
background-color: #E01551;
}
</style>
border-color css
<style>
span { border-color: #E01551; }
span { border-color: rgb(224,21,81); }
td.TdClassName
{
border-color: #E01551;
}
.TagClassName
{
border-color: #E01551;
}
</style>