Shades of Ruby #E0206D
Tints of Ruby #E0206D
RGB
CMYK
RGB Variations
Color information
#E0206D (or 0xE0206D) is known color: Ruby. HEX triplet: E0, 20 and 6D. RGB value is (224,32,109). Sum of RGB (Red+Green+Blue) = 224+32+109=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0206D is #1FDF92. Grayscale: #626262. Windows color (decimal): -2088851 or 7151840. OLE color: 7151840.
HSL color Cylindrical-coordinate representation of color #E0206D: hue angle of 335.94º 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 #E0206D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.12 |
| HSL | 335.94º | 0.76% | 0.5% | - |
| HSV(B) | 335.94º | 0.86% | 0.88% | - |
| XYZ | 34.02 | 17.98 | 16.15 | - |
| YUV | 98.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 109 | 0 | 0.86 | 0.51 | 0.12 | 335.94 | 0.76 | 0.5 |
| Hex | E0 | 20 | 6D | 0 | 56 | 33 | C | 150 | 4C | 32 |
| Octal | 340 | 40 | 155 | 0 | 126 | 63 | 14 | 520 | 114 | 62 |
| Binary | 11100000 | 100000 | 1101101 | 0 | 1010110 | 110011 | 1100 | 101010000 | 1001100 | 110010 |
Color Harmonies of #E0206D
Complementary color
Monochromatic Colors of #E0206D
Black with #E0206D
Text Example
Text Example
White with #E0206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0206D; }
p { color: rgb(224,32,109); }
H1.HeaderClassName
{
color: #E0206D;
}
.AnyTagClassName
{
color: #E0206D;
}
</style>
background-color css
<style>
a { background-color: #E0206D; }
a { background-color: rgb(224,32,109); }
div.DivClassName
{
background-color: #E0206D;
}
.BgClassName
{
background-color: #E0206D;
}
</style>
border-color css
<style>
span { border-color: #E0206D; }
span { border-color: rgb(224,32,109); }
td.TdClassName
{
border-color: #E0206D;
}
.TagClassName
{
border-color: #E0206D;
}
</style>