Shades of Ruby #E2206C
Tints of Ruby #E2206C
RGB
CMYK
RGB Variations
Color information
#E2206C (or 0xE2206C) is known color: Ruby. HEX triplet: E2, 20 and 6C. RGB value is (226,32,108). Sum of RGB (Red+Green+Blue) = 226+32+108=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206C is #1DDF93. Grayscale: #626262. Windows color (decimal): -1957780 or 7086306. OLE color: 7086306.
HSL color Cylindrical-coordinate representation of color #E2206C: hue angle of 336.49º 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 #E2206C is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.11 |
| HSL | 336.49º | 0.77% | 0.51% | - |
| HSV(B) | 336.49º | 0.86% | 0.89% | - |
| XYZ | 34.59 | 18.28 | 15.89 | - |
| YUV | 98.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 108 | 0 | 0.86 | 0.52 | 0.11 | 336.49 | 0.77 | 0.51 |
| Hex | E2 | 20 | 6C | 0 | 56 | 34 | B | 150 | 4D | 33 |
| Octal | 342 | 40 | 154 | 0 | 126 | 64 | 13 | 520 | 115 | 63 |
| Binary | 11100010 | 100000 | 1101100 | 0 | 1010110 | 110100 | 1011 | 101010000 | 1001101 | 110011 |
Color Harmonies of #E2206C
Complementary color
Monochromatic Colors of #E2206C
Black with #E2206C
Text Example
Text Example
White with #E2206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2206C; }
p { color: rgb(226,32,108); }
H1.HeaderClassName
{
color: #E2206C;
}
.AnyTagClassName
{
color: #E2206C;
}
</style>
background-color css
<style>
a { background-color: #E2206C; }
a { background-color: rgb(226,32,108); }
div.DivClassName
{
background-color: #E2206C;
}
.BgClassName
{
background-color: #E2206C;
}
</style>
border-color css
<style>
span { border-color: #E2206C; }
span { border-color: rgb(226,32,108); }
td.TdClassName
{
border-color: #E2206C;
}
.TagClassName
{
border-color: #E2206C;
}
</style>