Shades of Ruby #E01573
Tints of Ruby #E01573
RGB
CMYK
RGB Variations
Color information
#E01573 (or 0xE01573) is known color: Ruby. HEX triplet: E0, 15 and 73. RGB value is (224,21,115). Sum of RGB (Red+Green+Blue) = 224+21+115=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01573 is #1FEA8C. Grayscale: #5C5C5C. Windows color (decimal): -2091661 or 7542240. OLE color: 7542240.
HSL color Cylindrical-coordinate representation of color #E01573: hue angle of 332.22º 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 #E01573 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.12 |
| HSL | 332.22º | 0.83% | 0.48% | - |
| HSV(B) | 332.22º | 0.91% | 0.88% | - |
| XYZ | 34.1 | 17.62 | 17.82 | - |
| YUV | 92.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 115 | 0 | 0.91 | 0.49 | 0.12 | 332.22 | 0.83 | 0.48 |
| Hex | E0 | 15 | 73 | 0 | 5B | 31 | C | 14C | 53 | 30 |
| Octal | 340 | 25 | 163 | 0 | 133 | 61 | 14 | 514 | 123 | 60 |
| Binary | 11100000 | 10101 | 1110011 | 0 | 1011011 | 110001 | 1100 | 101001100 | 1010011 | 110000 |
Color Harmonies of #E01573
Complementary color
Monochromatic Colors of #E01573
Black with #E01573
Text Example
Text Example
White with #E01573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01573; }
p { color: rgb(224,21,115); }
H1.HeaderClassName
{
color: #E01573;
}
.AnyTagClassName
{
color: #E01573;
}
</style>
background-color css
<style>
a { background-color: #E01573; }
a { background-color: rgb(224,21,115); }
div.DivClassName
{
background-color: #E01573;
}
.BgClassName
{
background-color: #E01573;
}
</style>
border-color css
<style>
span { border-color: #E01573; }
span { border-color: rgb(224,21,115); }
td.TdClassName
{
border-color: #E01573;
}
.TagClassName
{
border-color: #E01573;
}
</style>