Shades of Ruby #E22064
Tints of Ruby #E22064
RGB
CMYK
RGB Variations
Color information
#E22064 (or 0xE22064) is known color: Ruby. HEX triplet: E2, 20 and 64. RGB value is (226,32,100). Sum of RGB (Red+Green+Blue) = 226+32+100=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E22064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22064 is #1DDF9B. Grayscale: #616161. Windows color (decimal): -1957788 or 6562018. OLE color: 6562018.
HSL color Cylindrical-coordinate representation of color #E22064: hue angle of 338.97º 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 #E22064 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 100 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.11 |
| HSL | 338.97º | 0.77% | 0.51% | - |
| HSV(B) | 338.97º | 0.86% | 0.89% | - |
| XYZ | 34.18 | 18.12 | 13.75 | - |
| YUV | 97.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 100 | 0 | 0.86 | 0.56 | 0.11 | 338.97 | 0.77 | 0.51 |
| Hex | E2 | 20 | 64 | 0 | 56 | 38 | B | 153 | 4D | 33 |
| Octal | 342 | 40 | 144 | 0 | 126 | 70 | 13 | 523 | 115 | 63 |
| Binary | 11100010 | 100000 | 1100100 | 0 | 1010110 | 111000 | 1011 | 101010011 | 1001101 | 110011 |
Color Harmonies of #E22064
Complementary color
Monochromatic Colors of #E22064
Black with #E22064
Text Example
Text Example
White with #E22064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22064; }
p { color: rgb(226,32,100); }
H1.HeaderClassName
{
color: #E22064;
}
.AnyTagClassName
{
color: #E22064;
}
</style>
background-color css
<style>
a { background-color: #E22064; }
a { background-color: rgb(226,32,100); }
div.DivClassName
{
background-color: #E22064;
}
.BgClassName
{
background-color: #E22064;
}
</style>
border-color css
<style>
span { border-color: #E22064; }
span { border-color: rgb(226,32,100); }
td.TdClassName
{
border-color: #E22064;
}
.TagClassName
{
border-color: #E22064;
}
</style>