Shades of Ruby #E22161
Tints of Ruby #E22161
RGB
CMYK
RGB Variations
Color information
#E22161 (or 0xE22161) is known color: Ruby. HEX triplet: E2, 21 and 61. RGB value is (226,33,97). Sum of RGB (Red+Green+Blue) = 226+33+97=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E22161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22161 is #1DDE9E. Grayscale: #616161. Windows color (decimal): -1957535 or 6365666. OLE color: 6365666.
HSL color Cylindrical-coordinate representation of color #E22161: hue angle of 340.1º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22161 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 97 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.11 |
| HSL | 340.1º | 0.77% | 0.51% | - |
| HSV(B) | 340.1º | 0.85% | 0.89% | - |
| XYZ | 34.07 | 18.12 | 13.01 | - |
| YUV | 98 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 97 | 0 | 0.85 | 0.57 | 0.11 | 340.1 | 0.77 | 0.51 |
| Hex | E2 | 21 | 61 | 0 | 55 | 39 | B | 154 | 4D | 33 |
| Octal | 342 | 41 | 141 | 0 | 125 | 71 | 13 | 524 | 115 | 63 |
| Binary | 11100010 | 100001 | 1100001 | 0 | 1010101 | 111001 | 1011 | 101010100 | 1001101 | 110011 |
Color Harmonies of #E22161
Complementary color
Monochromatic Colors of #E22161
Black with #E22161
Text Example
Text Example
White with #E22161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22161; }
p { color: rgb(226,33,97); }
H1.HeaderClassName
{
color: #E22161;
}
.AnyTagClassName
{
color: #E22161;
}
</style>
background-color css
<style>
a { background-color: #E22161; }
a { background-color: rgb(226,33,97); }
div.DivClassName
{
background-color: #E22161;
}
.BgClassName
{
background-color: #E22161;
}
</style>
border-color css
<style>
span { border-color: #E22161; }
span { border-color: rgb(226,33,97); }
td.TdClassName
{
border-color: #E22161;
}
.TagClassName
{
border-color: #E22161;
}
</style>