Shades of Ruby #E12161
Tints of Ruby #E12161
RGB
CMYK
RGB Variations
Color information
#E12161 (or 0xE12161) is known color: Ruby. HEX triplet: E1, 21 and 61. RGB value is (225,33,97). Sum of RGB (Red+Green+Blue) = 225+33+97=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E12161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12161 is #1EDE9E. Grayscale: #616161. Windows color (decimal): -2023071 or 6365665. OLE color: 6365665.
HSL color Cylindrical-coordinate representation of color #E12161: hue angle of 340º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12161 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 97 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.12 |
| HSL | 340º | 0.76% | 0.51% | - |
| HSV(B) | 340º | 0.85% | 0.88% | - |
| XYZ | 33.75 | 17.96 | 13 | - |
| YUV | 97.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 97 | 0 | 0.85 | 0.57 | 0.12 | 340 | 0.76 | 0.51 |
| Hex | E1 | 21 | 61 | 0 | 55 | 39 | C | 154 | 4C | 33 |
| Octal | 341 | 41 | 141 | 0 | 125 | 71 | 14 | 524 | 114 | 63 |
| Binary | 11100001 | 100001 | 1100001 | 0 | 1010101 | 111001 | 1100 | 101010100 | 1001100 | 110011 |
Color Harmonies of #E12161
Complementary color
Monochromatic Colors of #E12161
Black with #E12161
Text Example
Text Example
White with #E12161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12161; }
p { color: rgb(225,33,97); }
H1.HeaderClassName
{
color: #E12161;
}
.AnyTagClassName
{
color: #E12161;
}
</style>
background-color css
<style>
a { background-color: #E12161; }
a { background-color: rgb(225,33,97); }
div.DivClassName
{
background-color: #E12161;
}
.BgClassName
{
background-color: #E12161;
}
</style>
border-color css
<style>
span { border-color: #E12161; }
span { border-color: rgb(225,33,97); }
td.TdClassName
{
border-color: #E12161;
}
.TagClassName
{
border-color: #E12161;
}
</style>