Shades of Ruby #E2206B
Tints of Ruby #E2206B
RGB
CMYK
RGB Variations
Color information
#E2206B (or 0xE2206B) is known color: Ruby. HEX triplet: E2, 20 and 6B. RGB value is (226,32,107). Sum of RGB (Red+Green+Blue) = 226+32+107=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206B is #1DDF94. Grayscale: #626262. Windows color (decimal): -1957781 or 7020770. OLE color: 7020770.
HSL color Cylindrical-coordinate representation of color #E2206B: hue angle of 336.8º 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 #E2206B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.11 |
| HSL | 336.8º | 0.77% | 0.51% | - |
| HSV(B) | 336.8º | 0.86% | 0.89% | - |
| XYZ | 34.53 | 18.26 | 15.61 | - |
| YUV | 98.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 107 | 0 | 0.86 | 0.53 | 0.11 | 336.8 | 0.77 | 0.51 |
| Hex | E2 | 20 | 6B | 0 | 56 | 35 | B | 151 | 4D | 33 |
| Octal | 342 | 40 | 153 | 0 | 126 | 65 | 13 | 521 | 115 | 63 |
| Binary | 11100010 | 100000 | 1101011 | 0 | 1010110 | 110101 | 1011 | 101010001 | 1001101 | 110011 |
Color Harmonies of #E2206B
Complementary color
Monochromatic Colors of #E2206B
Black with #E2206B
Text Example
Text Example
White with #E2206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2206B; }
p { color: rgb(226,32,107); }
H1.HeaderClassName
{
color: #E2206B;
}
.AnyTagClassName
{
color: #E2206B;
}
</style>
background-color css
<style>
a { background-color: #E2206B; }
a { background-color: rgb(226,32,107); }
div.DivClassName
{
background-color: #E2206B;
}
.BgClassName
{
background-color: #E2206B;
}
</style>
border-color css
<style>
span { border-color: #E2206B; }
span { border-color: rgb(226,32,107); }
td.TdClassName
{
border-color: #E2206B;
}
.TagClassName
{
border-color: #E2206B;
}
</style>