Shades of Ruby #E01360
Tints of Ruby #E01360
RGB
CMYK
RGB Variations
Color information
#E01360 (or 0xE01360) is known color: Ruby. HEX triplet: E0, 13 and 60. RGB value is (224,19,96). Sum of RGB (Red+Green+Blue) = 224+19+96=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E01360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01360 is #1FEC9F. Grayscale: #585858. Windows color (decimal): -2092192 or 6296544. OLE color: 6296544.
HSL color Cylindrical-coordinate representation of color #E01360: hue angle of 337.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01360 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 96 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.12 |
| HSL | 337.46º | 0.84% | 0.48% | - |
| HSV(B) | 337.46º | 0.92% | 0.88% | - |
| XYZ | 33.08 | 17.16 | 12.63 | - |
| YUV | 89.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 96 | 0 | 0.92 | 0.57 | 0.12 | 337.46 | 0.84 | 0.48 |
| Hex | E0 | 13 | 60 | 0 | 5C | 39 | C | 151 | 54 | 30 |
| Octal | 340 | 23 | 140 | 0 | 134 | 71 | 14 | 521 | 124 | 60 |
| Binary | 11100000 | 10011 | 1100000 | 0 | 1011100 | 111001 | 1100 | 101010001 | 1010100 | 110000 |
Color Harmonies of #E01360
Complementary color
Monochromatic Colors of #E01360
Black with #E01360
Text Example
Text Example
White with #E01360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01360; }
p { color: rgb(224,19,96); }
H1.HeaderClassName
{
color: #E01360;
}
.AnyTagClassName
{
color: #E01360;
}
</style>
background-color css
<style>
a { background-color: #E01360; }
a { background-color: rgb(224,19,96); }
div.DivClassName
{
background-color: #E01360;
}
.BgClassName
{
background-color: #E01360;
}
</style>
border-color css
<style>
span { border-color: #E01360; }
span { border-color: rgb(224,19,96); }
td.TdClassName
{
border-color: #E01360;
}
.TagClassName
{
border-color: #E01360;
}
</style>