Shades of Ruby #E00E6C
Tints of Ruby #E00E6C
RGB
CMYK
RGB Variations
Color information
#E00E6C (or 0xE00E6C) is known color: Ruby. HEX triplet: E0, 0E and 6C. RGB value is (224,14,108). Sum of RGB (Red+Green+Blue) = 224+14+108=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E6C is #1FF193. Grayscale: #575757. Windows color (decimal): -2093460 or 7081696. OLE color: 7081696.
HSL color Cylindrical-coordinate representation of color #E00E6C: hue angle of 333.14º 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 #E00E6C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.12 |
| HSL | 333.14º | 0.88% | 0.47% | - |
| HSV(B) | 333.14º | 0.94% | 0.88% | - |
| XYZ | 33.6 | 17.24 | 15.74 | - |
| YUV | 87.51 | 139.57 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 108 | 0 | 0.94 | 0.52 | 0.12 | 333.14 | 0.88 | 0.47 |
| Hex | E0 | E | 6C | 0 | 5E | 34 | C | 14D | 58 | 2F |
| Octal | 340 | 16 | 154 | 0 | 136 | 64 | 14 | 515 | 130 | 57 |
| Binary | 11100000 | 1110 | 1101100 | 0 | 1011110 | 110100 | 1100 | 101001101 | 1011000 | 101111 |
Color Harmonies of #E00E6C
Complementary color
Monochromatic Colors of #E00E6C
Black with #E00E6C
Text Example
Text Example
White with #E00E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E6C; }
p { color: rgb(224,14,108); }
H1.HeaderClassName
{
color: #E00E6C;
}
.AnyTagClassName
{
color: #E00E6C;
}
</style>
background-color css
<style>
a { background-color: #E00E6C; }
a { background-color: rgb(224,14,108); }
div.DivClassName
{
background-color: #E00E6C;
}
.BgClassName
{
background-color: #E00E6C;
}
</style>
border-color css
<style>
span { border-color: #E00E6C; }
span { border-color: rgb(224,14,108); }
td.TdClassName
{
border-color: #E00E6C;
}
.TagClassName
{
border-color: #E00E6C;
}
</style>