Shades of Ruby #E01256
Tints of Ruby #E01256
RGB
CMYK
RGB Variations
Color information
#E01256 (or 0xE01256) is known color: Ruby. HEX triplet: E0, 12 and 56. RGB value is (224,18,86). Sum of RGB (Red+Green+Blue) = 224+18+86=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E01256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01256 is #1FEDA9. Grayscale: #575757. Windows color (decimal): -2092458 or 5640928. OLE color: 5640928.
HSL color Cylindrical-coordinate representation of color #E01256: hue angle of 340.19º 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 #E01256 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 86 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.12 |
| HSL | 340.19º | 0.85% | 0.47% | - |
| HSV(B) | 340.19º | 0.92% | 0.88% | - |
| XYZ | 32.64 | 16.95 | 10.36 | - |
| YUV | 87.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 86 | 0 | 0.92 | 0.62 | 0.12 | 340.19 | 0.85 | 0.47 |
| Hex | E0 | 12 | 56 | 0 | 5C | 3E | C | 154 | 55 | 2F |
| Octal | 340 | 22 | 126 | 0 | 134 | 76 | 14 | 524 | 125 | 57 |
| Binary | 11100000 | 10010 | 1010110 | 0 | 1011100 | 111110 | 1100 | 101010100 | 1010101 | 101111 |
Color Harmonies of #E01256
Complementary color
Monochromatic Colors of #E01256
Black with #E01256
Text Example
Text Example
White with #E01256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01256; }
p { color: rgb(224,18,86); }
H1.HeaderClassName
{
color: #E01256;
}
.AnyTagClassName
{
color: #E01256;
}
</style>
background-color css
<style>
a { background-color: #E01256; }
a { background-color: rgb(224,18,86); }
div.DivClassName
{
background-color: #E01256;
}
.BgClassName
{
background-color: #E01256;
}
</style>
border-color css
<style>
span { border-color: #E01256; }
span { border-color: rgb(224,18,86); }
td.TdClassName
{
border-color: #E01256;
}
.TagClassName
{
border-color: #E01256;
}
</style>