Shades of Ruby #E20E6D
Tints of Ruby #E20E6D
RGB
CMYK
RGB Variations
Color information
#E20E6D (or 0xE20E6D) is known color: Ruby. HEX triplet: E2, 0E and 6D. RGB value is (226,14,109). Sum of RGB (Red+Green+Blue) = 226+14+109=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E6D is #1DF192. Grayscale: #585858. Windows color (decimal): -1962387 or 7147234. OLE color: 7147234.
HSL color Cylindrical-coordinate representation of color #E20E6D: hue angle of 333.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E6D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.11 |
| HSL | 333.11º | 0.88% | 0.47% | - |
| HSV(B) | 333.11º | 0.94% | 0.89% | - |
| XYZ | 34.28 | 17.59 | 16.06 | - |
| YUV | 88.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 109 | 0 | 0.94 | 0.52 | 0.11 | 333.11 | 0.88 | 0.47 |
| Hex | E2 | E | 6D | 0 | 5E | 34 | B | 14D | 58 | 2F |
| Octal | 342 | 16 | 155 | 0 | 136 | 64 | 13 | 515 | 130 | 57 |
| Binary | 11100010 | 1110 | 1101101 | 0 | 1011110 | 110100 | 1011 | 101001101 | 1011000 | 101111 |
Color Harmonies of #E20E6D
Complementary color
Monochromatic Colors of #E20E6D
Black with #E20E6D
Text Example
Text Example
White with #E20E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E6D; }
p { color: rgb(226,14,109); }
H1.HeaderClassName
{
color: #E20E6D;
}
.AnyTagClassName
{
color: #E20E6D;
}
</style>
background-color css
<style>
a { background-color: #E20E6D; }
a { background-color: rgb(226,14,109); }
div.DivClassName
{
background-color: #E20E6D;
}
.BgClassName
{
background-color: #E20E6D;
}
</style>
border-color css
<style>
span { border-color: #E20E6D; }
span { border-color: rgb(226,14,109); }
td.TdClassName
{
border-color: #E20E6D;
}
.TagClassName
{
border-color: #E20E6D;
}
</style>