Shades of Ruby #E2205C
Tints of Ruby #E2205C
RGB
CMYK
RGB Variations
Color information
#E2205C (or 0xE2205C) is known color: Ruby. HEX triplet: E2, 20 and 5C. RGB value is (226,32,92). Sum of RGB (Red+Green+Blue) = 226+32+92=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2205C is #1DDFA3. Grayscale: #606060. Windows color (decimal): -1957796 or 6037730. OLE color: 6037730.
HSL color Cylindrical-coordinate representation of color #E2205C: hue angle of 341.44º 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 #E2205C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 92 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.11 |
| HSL | 341.44º | 0.77% | 0.51% | - |
| HSV(B) | 341.44º | 0.86% | 0.89% | - |
| XYZ | 33.81 | 17.97 | 11.81 | - |
| YUV | 96.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 92 | 0 | 0.86 | 0.59 | 0.11 | 341.44 | 0.77 | 0.51 |
| Hex | E2 | 20 | 5C | 0 | 56 | 3B | B | 155 | 4D | 33 |
| Octal | 342 | 40 | 134 | 0 | 126 | 73 | 13 | 525 | 115 | 63 |
| Binary | 11100010 | 100000 | 1011100 | 0 | 1010110 | 111011 | 1011 | 101010101 | 1001101 | 110011 |
Color Harmonies of #E2205C
Complementary color
Monochromatic Colors of #E2205C
Black with #E2205C
Text Example
Text Example
White with #E2205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2205C; }
p { color: rgb(226,32,92); }
H1.HeaderClassName
{
color: #E2205C;
}
.AnyTagClassName
{
color: #E2205C;
}
</style>
background-color css
<style>
a { background-color: #E2205C; }
a { background-color: rgb(226,32,92); }
div.DivClassName
{
background-color: #E2205C;
}
.BgClassName
{
background-color: #E2205C;
}
</style>
border-color css
<style>
span { border-color: #E2205C; }
span { border-color: rgb(226,32,92); }
td.TdClassName
{
border-color: #E2205C;
}
.TagClassName
{
border-color: #E2205C;
}
</style>