Shades of Ruby #E00E6D
Tints of Ruby #E00E6D
RGB
CMYK
RGB Variations
Color information
#E00E6D (or 0xE00E6D) is known color: Ruby. HEX triplet: E0, 0E and 6D. RGB value is (224,14,109). Sum of RGB (Red+Green+Blue) = 224+14+109=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E6D is #1FF192. Grayscale: #575757. Windows color (decimal): -2093459 or 7147232. OLE color: 7147232.
HSL color Cylindrical-coordinate representation of color #E00E6D: hue angle of 332.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E6D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.12 |
| HSL | 332.86º | 0.88% | 0.47% | - |
| HSV(B) | 332.86º | 0.94% | 0.88% | - |
| XYZ | 33.66 | 17.27 | 16.03 | - |
| YUV | 87.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 109 | 0 | 0.94 | 0.51 | 0.12 | 332.86 | 0.88 | 0.47 |
| Hex | E0 | E | 6D | 0 | 5E | 33 | C | 14D | 58 | 2F |
| Octal | 340 | 16 | 155 | 0 | 136 | 63 | 14 | 515 | 130 | 57 |
| Binary | 11100000 | 1110 | 1101101 | 0 | 1011110 | 110011 | 1100 | 101001101 | 1011000 | 101111 |
Color Harmonies of #E00E6D
Complementary color
Monochromatic Colors of #E00E6D
Black with #E00E6D
Text Example
Text Example
White with #E00E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E6D; }
p { color: rgb(224,14,109); }
H1.HeaderClassName
{
color: #E00E6D;
}
.AnyTagClassName
{
color: #E00E6D;
}
</style>
background-color css
<style>
a { background-color: #E00E6D; }
a { background-color: rgb(224,14,109); }
div.DivClassName
{
background-color: #E00E6D;
}
.BgClassName
{
background-color: #E00E6D;
}
</style>
border-color css
<style>
span { border-color: #E00E6D; }
span { border-color: rgb(224,14,109); }
td.TdClassName
{
border-color: #E00E6D;
}
.TagClassName
{
border-color: #E00E6D;
}
</style>