Shades of Ruby #E01260
Tints of Ruby #E01260
RGB
CMYK
RGB Variations
Color information
#E01260 (or 0xE01260) is known color: Ruby. HEX triplet: E0, 12 and 60. RGB value is (224,18,96). Sum of RGB (Red+Green+Blue) = 224+18+96=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E01260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01260 is #1FED9F. Grayscale: #585858. Windows color (decimal): -2092448 or 6296288. OLE color: 6296288.
HSL color Cylindrical-coordinate representation of color #E01260: hue angle of 337.28º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01260 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.12 |
| HSL | 337.28º | 0.85% | 0.47% | - |
| HSV(B) | 337.28º | 0.92% | 0.88% | - |
| XYZ | 33.07 | 17.12 | 12.63 | - |
| YUV | 88.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 96 | 0 | 0.92 | 0.57 | 0.12 | 337.28 | 0.85 | 0.47 |
| Hex | E0 | 12 | 60 | 0 | 5C | 39 | C | 151 | 55 | 2F |
| Octal | 340 | 22 | 140 | 0 | 134 | 71 | 14 | 521 | 125 | 57 |
| Binary | 11100000 | 10010 | 1100000 | 0 | 1011100 | 111001 | 1100 | 101010001 | 1010101 | 101111 |
Color Harmonies of #E01260
Complementary color
Monochromatic Colors of #E01260
Black with #E01260
Text Example
Text Example
White with #E01260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01260; }
p { color: rgb(224,18,96); }
H1.HeaderClassName
{
color: #E01260;
}
.AnyTagClassName
{
color: #E01260;
}
</style>
background-color css
<style>
a { background-color: #E01260; }
a { background-color: rgb(224,18,96); }
div.DivClassName
{
background-color: #E01260;
}
.BgClassName
{
background-color: #E01260;
}
</style>
border-color css
<style>
span { border-color: #E01260; }
span { border-color: rgb(224,18,96); }
td.TdClassName
{
border-color: #E01260;
}
.TagClassName
{
border-color: #E01260;
}
</style>