Shades of Ruby #E12061
Tints of Ruby #E12061
RGB
CMYK
RGB Variations
Color information
#E12061 (or 0xE12061) is known color: Ruby. HEX triplet: E1, 20 and 61. RGB value is (225,32,97). Sum of RGB (Red+Green+Blue) = 225+32+97=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E12061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12061 is #1EDF9E. Grayscale: #616161. Windows color (decimal): -2023327 or 6365409. OLE color: 6365409.
HSL color Cylindrical-coordinate representation of color #E12061: hue angle of 339.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12061 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 97 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.12 |
| HSL | 339.79º | 0.76% | 0.5% | - |
| HSV(B) | 339.79º | 0.86% | 0.88% | - |
| XYZ | 33.73 | 17.9 | 12.99 | - |
| YUV | 97.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 97 | 0 | 0.86 | 0.57 | 0.12 | 339.79 | 0.76 | 0.5 |
| Hex | E1 | 20 | 61 | 0 | 56 | 39 | C | 154 | 4C | 32 |
| Octal | 341 | 40 | 141 | 0 | 126 | 71 | 14 | 524 | 114 | 62 |
| Binary | 11100001 | 100000 | 1100001 | 0 | 1010110 | 111001 | 1100 | 101010100 | 1001100 | 110010 |
Color Harmonies of #E12061
Complementary color
Monochromatic Colors of #E12061
Black with #E12061
Text Example
Text Example
White with #E12061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12061; }
p { color: rgb(225,32,97); }
H1.HeaderClassName
{
color: #E12061;
}
.AnyTagClassName
{
color: #E12061;
}
</style>
background-color css
<style>
a { background-color: #E12061; }
a { background-color: rgb(225,32,97); }
div.DivClassName
{
background-color: #E12061;
}
.BgClassName
{
background-color: #E12061;
}
</style>
border-color css
<style>
span { border-color: #E12061; }
span { border-color: rgb(225,32,97); }
td.TdClassName
{
border-color: #E12061;
}
.TagClassName
{
border-color: #E12061;
}
</style>