Shades of Ruby #E22071
Tints of Ruby #E22071
RGB
CMYK
RGB Variations
Color information
#E22071 (or 0xE22071) is known color: Ruby. HEX triplet: E2, 20 and 71. RGB value is (226,32,113). Sum of RGB (Red+Green+Blue) = 226+32+113=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E22071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22071 is #1DDF8E. Grayscale: #636363. Windows color (decimal): -1957775 or 7413986. OLE color: 7413986.
HSL color Cylindrical-coordinate representation of color #E22071: hue angle of 334.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22071 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 113 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.11 |
| HSL | 334.95º | 0.77% | 0.51% | - |
| HSV(B) | 334.95º | 0.86% | 0.89% | - |
| XYZ | 34.86 | 18.39 | 17.34 | - |
| YUV | 99.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 113 | 0 | 0.86 | 0.5 | 0.11 | 334.95 | 0.77 | 0.51 |
| Hex | E2 | 20 | 71 | 0 | 56 | 32 | B | 14F | 4D | 33 |
| Octal | 342 | 40 | 161 | 0 | 126 | 62 | 13 | 517 | 115 | 63 |
| Binary | 11100010 | 100000 | 1110001 | 0 | 1010110 | 110010 | 1011 | 101001111 | 1001101 | 110011 |
Color Harmonies of #E22071
Complementary color
Monochromatic Colors of #E22071
Black with #E22071
Text Example
Text Example
White with #E22071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22071; }
p { color: rgb(226,32,113); }
H1.HeaderClassName
{
color: #E22071;
}
.AnyTagClassName
{
color: #E22071;
}
</style>
background-color css
<style>
a { background-color: #E22071; }
a { background-color: rgb(226,32,113); }
div.DivClassName
{
background-color: #E22071;
}
.BgClassName
{
background-color: #E22071;
}
</style>
border-color css
<style>
span { border-color: #E22071; }
span { border-color: rgb(226,32,113); }
td.TdClassName
{
border-color: #E22071;
}
.TagClassName
{
border-color: #E22071;
}
</style>