Shades of Ruby #E22074
Tints of Ruby #E22074
RGB
CMYK
RGB Variations
Color information
#E22074 (or 0xE22074) is known color: Ruby. HEX triplet: E2, 20 and 74. RGB value is (226,32,116). Sum of RGB (Red+Green+Blue) = 226+32+116=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E22074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22074 is #1DDF8B. Grayscale: #636363. Windows color (decimal): -1957772 or 7610594. OLE color: 7610594.
HSL color Cylindrical-coordinate representation of color #E22074: hue angle of 334.02º 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 #E22074 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 116 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.11 |
| HSL | 334.02º | 0.77% | 0.51% | - |
| HSV(B) | 334.02º | 0.86% | 0.89% | - |
| XYZ | 35.03 | 18.46 | 18.24 | - |
| YUV | 99.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 116 | 0 | 0.86 | 0.49 | 0.11 | 334.02 | 0.77 | 0.51 |
| Hex | E2 | 20 | 74 | 0 | 56 | 31 | B | 14E | 4D | 33 |
| Octal | 342 | 40 | 164 | 0 | 126 | 61 | 13 | 516 | 115 | 63 |
| Binary | 11100010 | 100000 | 1110100 | 0 | 1010110 | 110001 | 1011 | 101001110 | 1001101 | 110011 |
Color Harmonies of #E22074
Complementary color
Monochromatic Colors of #E22074
Black with #E22074
Text Example
Text Example
White with #E22074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22074; }
p { color: rgb(226,32,116); }
H1.HeaderClassName
{
color: #E22074;
}
.AnyTagClassName
{
color: #E22074;
}
</style>
background-color css
<style>
a { background-color: #E22074; }
a { background-color: rgb(226,32,116); }
div.DivClassName
{
background-color: #E22074;
}
.BgClassName
{
background-color: #E22074;
}
</style>
border-color css
<style>
span { border-color: #E22074; }
span { border-color: rgb(226,32,116); }
td.TdClassName
{
border-color: #E22074;
}
.TagClassName
{
border-color: #E22074;
}
</style>