Shades of Ruby #E22067
Tints of Ruby #E22067
RGB
CMYK
RGB Variations
Color information
#E22067 (or 0xE22067) is known color: Ruby. HEX triplet: E2, 20 and 67. RGB value is (226,32,103). Sum of RGB (Red+Green+Blue) = 226+32+103=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E22067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22067 is #1DDF98. Grayscale: #626262. Windows color (decimal): -1957785 or 6758626. OLE color: 6758626.
HSL color Cylindrical-coordinate representation of color #E22067: hue angle of 338.04º 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 #E22067 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.11 |
| HSL | 338.04º | 0.77% | 0.51% | - |
| HSV(B) | 338.04º | 0.86% | 0.89% | - |
| XYZ | 34.33 | 18.18 | 14.53 | - |
| YUV | 98.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 103 | 0 | 0.86 | 0.54 | 0.11 | 338.04 | 0.77 | 0.51 |
| Hex | E2 | 20 | 67 | 0 | 56 | 36 | B | 152 | 4D | 33 |
| Octal | 342 | 40 | 147 | 0 | 126 | 66 | 13 | 522 | 115 | 63 |
| Binary | 11100010 | 100000 | 1100111 | 0 | 1010110 | 110110 | 1011 | 101010010 | 1001101 | 110011 |
Color Harmonies of #E22067
Complementary color
Monochromatic Colors of #E22067
Black with #E22067
Text Example
Text Example
White with #E22067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22067; }
p { color: rgb(226,32,103); }
H1.HeaderClassName
{
color: #E22067;
}
.AnyTagClassName
{
color: #E22067;
}
</style>
background-color css
<style>
a { background-color: #E22067; }
a { background-color: rgb(226,32,103); }
div.DivClassName
{
background-color: #E22067;
}
.BgClassName
{
background-color: #E22067;
}
</style>
border-color css
<style>
span { border-color: #E22067; }
span { border-color: rgb(226,32,103); }
td.TdClassName
{
border-color: #E22067;
}
.TagClassName
{
border-color: #E22067;
}
</style>