Shades of Ruby #E01558
Tints of Ruby #E01558
RGB
CMYK
RGB Variations
Color information
#E01558 (or 0xE01558) is known color: Ruby. HEX triplet: E0, 15 and 58. RGB value is (224,21,88). Sum of RGB (Red+Green+Blue) = 224+21+88=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E01558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01558 is #1FEAA7. Grayscale: #595959. Windows color (decimal): -2091688 or 5772768. OLE color: 5772768.
HSL color Cylindrical-coordinate representation of color #E01558: hue angle of 340.2º 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 #E01558 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.12 |
| HSL | 340.2º | 0.83% | 0.48% | - |
| HSV(B) | 340.2º | 0.91% | 0.88% | - |
| XYZ | 32.77 | 17.09 | 10.8 | - |
| YUV | 89.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 88 | 0 | 0.91 | 0.61 | 0.12 | 340.2 | 0.83 | 0.48 |
| Hex | E0 | 15 | 58 | 0 | 5B | 3D | C | 154 | 53 | 30 |
| Octal | 340 | 25 | 130 | 0 | 133 | 75 | 14 | 524 | 123 | 60 |
| Binary | 11100000 | 10101 | 1011000 | 0 | 1011011 | 111101 | 1100 | 101010100 | 1010011 | 110000 |
Color Harmonies of #E01558
Complementary color
Monochromatic Colors of #E01558
Black with #E01558
Text Example
Text Example
White with #E01558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01558; }
p { color: rgb(224,21,88); }
H1.HeaderClassName
{
color: #E01558;
}
.AnyTagClassName
{
color: #E01558;
}
</style>
background-color css
<style>
a { background-color: #E01558; }
a { background-color: rgb(224,21,88); }
div.DivClassName
{
background-color: #E01558;
}
.BgClassName
{
background-color: #E01558;
}
</style>
border-color css
<style>
span { border-color: #E01558; }
span { border-color: rgb(224,21,88); }
td.TdClassName
{
border-color: #E01558;
}
.TagClassName
{
border-color: #E01558;
}
</style>