Shades of Ruby #E01C5D
Tints of Ruby #E01C5D
RGB
CMYK
RGB Variations
Color information
#E01C5D (or 0xE01C5D) is known color: Ruby. HEX triplet: E0, 1C and 5D. RGB value is (224,28,93). Sum of RGB (Red+Green+Blue) = 224+28+93=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C5D is #1FE3A2. Grayscale: #5D5D5D. Windows color (decimal): -2089891 or 6102240. OLE color: 6102240.
HSL color Cylindrical-coordinate representation of color #E01C5D: hue angle of 340.1º 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 #E01C5D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.12 |
| HSL | 340.1º | 0.78% | 0.49% | - |
| HSV(B) | 340.1º | 0.88% | 0.88% | - |
| XYZ | 33.13 | 17.47 | 11.98 | - |
| YUV | 94.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 93 | 0 | 0.88 | 0.58 | 0.12 | 340.1 | 0.78 | 0.49 |
| Hex | E0 | 1C | 5D | 0 | 58 | 3A | C | 154 | 4E | 31 |
| Octal | 340 | 34 | 135 | 0 | 130 | 72 | 14 | 524 | 116 | 61 |
| Binary | 11100000 | 11100 | 1011101 | 0 | 1011000 | 111010 | 1100 | 101010100 | 1001110 | 110001 |
Color Harmonies of #E01C5D
Complementary color
Monochromatic Colors of #E01C5D
Black with #E01C5D
Text Example
Text Example
White with #E01C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C5D; }
p { color: rgb(224,28,93); }
H1.HeaderClassName
{
color: #E01C5D;
}
.AnyTagClassName
{
color: #E01C5D;
}
</style>
background-color css
<style>
a { background-color: #E01C5D; }
a { background-color: rgb(224,28,93); }
div.DivClassName
{
background-color: #E01C5D;
}
.BgClassName
{
background-color: #E01C5D;
}
</style>
border-color css
<style>
span { border-color: #E01C5D; }
span { border-color: rgb(224,28,93); }
td.TdClassName
{
border-color: #E01C5D;
}
.TagClassName
{
border-color: #E01C5D;
}
</style>