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