Shades of Ruby #E00D6B
Tints of Ruby #E00D6B
RGB
CMYK
RGB Variations
Color information
#E00D6B (or 0xE00D6B) is known color: Ruby. HEX triplet: E0, 0D and 6B. RGB value is (224,13,107). Sum of RGB (Red+Green+Blue) = 224+13+107=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D6B is #1FF294. Grayscale: #565656. Windows color (decimal): -2093717 or 7015904. OLE color: 7015904.
HSL color Cylindrical-coordinate representation of color #E00D6B: hue angle of 333.27º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D6B is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.12 |
| HSL | 333.27º | 0.89% | 0.46% | - |
| HSV(B) | 333.27º | 0.94% | 0.88% | - |
| XYZ | 33.54 | 17.2 | 15.46 | - |
| YUV | 86.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 107 | 0 | 0.94 | 0.52 | 0.12 | 333.27 | 0.89 | 0.46 |
| Hex | E0 | D | 6B | 0 | 5E | 34 | C | 14D | 59 | 2E |
| Octal | 340 | 15 | 153 | 0 | 136 | 64 | 14 | 515 | 131 | 56 |
| Binary | 11100000 | 1101 | 1101011 | 0 | 1011110 | 110100 | 1100 | 101001101 | 1011001 | 101110 |
Color Harmonies of #E00D6B
Complementary color
Monochromatic Colors of #E00D6B
Black with #E00D6B
Text Example
Text Example
White with #E00D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D6B; }
p { color: rgb(224,13,107); }
H1.HeaderClassName
{
color: #E00D6B;
}
.AnyTagClassName
{
color: #E00D6B;
}
</style>
background-color css
<style>
a { background-color: #E00D6B; }
a { background-color: rgb(224,13,107); }
div.DivClassName
{
background-color: #E00D6B;
}
.BgClassName
{
background-color: #E00D6B;
}
</style>
border-color css
<style>
span { border-color: #E00D6B; }
span { border-color: rgb(224,13,107); }
td.TdClassName
{
border-color: #E00D6B;
}
.TagClassName
{
border-color: #E00D6B;
}
</style>