Shades of Ruby #E12162
Tints of Ruby #E12162
RGB
CMYK
RGB Variations
Color information
#E12162 (or 0xE12162) is known color: Ruby. HEX triplet: E1, 21 and 62. RGB value is (225,33,98). Sum of RGB (Red+Green+Blue) = 225+33+98=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E12162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12162 is #1EDE9D. Grayscale: #616161. Windows color (decimal): -2023070 or 6431201. OLE color: 6431201.
HSL color Cylindrical-coordinate representation of color #E12162: hue angle of 339.69º 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 #E12162 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 98 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.12 |
| HSL | 339.69º | 0.76% | 0.51% | - |
| HSV(B) | 339.69º | 0.85% | 0.88% | - |
| XYZ | 33.8 | 17.98 | 13.24 | - |
| YUV | 97.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 98 | 0 | 0.85 | 0.56 | 0.12 | 339.69 | 0.76 | 0.51 |
| Hex | E1 | 21 | 62 | 0 | 55 | 38 | C | 154 | 4C | 33 |
| Octal | 341 | 41 | 142 | 0 | 125 | 70 | 14 | 524 | 114 | 63 |
| Binary | 11100001 | 100001 | 1100010 | 0 | 1010101 | 111000 | 1100 | 101010100 | 1001100 | 110011 |
Color Harmonies of #E12162
Complementary color
Monochromatic Colors of #E12162
Black with #E12162
Text Example
Text Example
White with #E12162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12162; }
p { color: rgb(225,33,98); }
H1.HeaderClassName
{
color: #E12162;
}
.AnyTagClassName
{
color: #E12162;
}
</style>
background-color css
<style>
a { background-color: #E12162; }
a { background-color: rgb(225,33,98); }
div.DivClassName
{
background-color: #E12162;
}
.BgClassName
{
background-color: #E12162;
}
</style>
border-color css
<style>
span { border-color: #E12162; }
span { border-color: rgb(225,33,98); }
td.TdClassName
{
border-color: #E12162;
}
.TagClassName
{
border-color: #E12162;
}
</style>