Shades of Ruby #E0205E
Tints of Ruby #E0205E
RGB
CMYK
RGB Variations
Color information
#E0205E (or 0xE0205E) is known color: Ruby. HEX triplet: E0, 20 and 5E. RGB value is (224,32,94). Sum of RGB (Red+Green+Blue) = 224+32+94=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0205E is #1FDFA1. Grayscale: #606060. Windows color (decimal): -2088866 or 6168800. OLE color: 6168800.
HSL color Cylindrical-coordinate representation of color #E0205E: hue angle of 340.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0205E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 94 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.12 |
| HSL | 340.63º | 0.76% | 0.5% | - |
| HSV(B) | 340.63º | 0.86% | 0.88% | - |
| XYZ | 33.28 | 17.69 | 12.25 | - |
| YUV | 96.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 94 | 0 | 0.86 | 0.58 | 0.12 | 340.63 | 0.76 | 0.5 |
| Hex | E0 | 20 | 5E | 0 | 56 | 3A | C | 155 | 4C | 32 |
| Octal | 340 | 40 | 136 | 0 | 126 | 72 | 14 | 525 | 114 | 62 |
| Binary | 11100000 | 100000 | 1011110 | 0 | 1010110 | 111010 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E0205E
Complementary color
Monochromatic Colors of #E0205E
Black with #E0205E
Text Example
Text Example
White with #E0205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0205E; }
p { color: rgb(224,32,94); }
H1.HeaderClassName
{
color: #E0205E;
}
.AnyTagClassName
{
color: #E0205E;
}
</style>
background-color css
<style>
a { background-color: #E0205E; }
a { background-color: rgb(224,32,94); }
div.DivClassName
{
background-color: #E0205E;
}
.BgClassName
{
background-color: #E0205E;
}
</style>
border-color css
<style>
span { border-color: #E0205E; }
span { border-color: rgb(224,32,94); }
td.TdClassName
{
border-color: #E0205E;
}
.TagClassName
{
border-color: #E0205E;
}
</style>