Shades of Ruby #E00D75
Tints of Ruby #E00D75
RGB
CMYK
RGB Variations
Color information
#E00D75 (or 0xE00D75) is known color: Ruby. HEX triplet: E0, 0D and 75. RGB value is (224,13,117). Sum of RGB (Red+Green+Blue) = 224+13+117=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D75 is #1FF28A. Grayscale: #575757. Windows color (decimal): -2093707 or 7671264. OLE color: 7671264.
HSL color Cylindrical-coordinate representation of color #E00D75: hue angle of 330.43º 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 #E00D75 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.12 |
| HSL | 330.43º | 0.89% | 0.46% | - |
| HSV(B) | 330.43º | 0.94% | 0.88% | - |
| XYZ | 34.1 | 17.42 | 18.39 | - |
| YUV | 87.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 117 | 0 | 0.94 | 0.48 | 0.12 | 330.43 | 0.89 | 0.46 |
| Hex | E0 | D | 75 | 0 | 5E | 30 | C | 14A | 59 | 2E |
| Octal | 340 | 15 | 165 | 0 | 136 | 60 | 14 | 512 | 131 | 56 |
| Binary | 11100000 | 1101 | 1110101 | 0 | 1011110 | 110000 | 1100 | 101001010 | 1011001 | 101110 |
Color Harmonies of #E00D75
Complementary color
Monochromatic Colors of #E00D75
Black with #E00D75
Text Example
Text Example
White with #E00D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D75; }
p { color: rgb(224,13,117); }
H1.HeaderClassName
{
color: #E00D75;
}
.AnyTagClassName
{
color: #E00D75;
}
</style>
background-color css
<style>
a { background-color: #E00D75; }
a { background-color: rgb(224,13,117); }
div.DivClassName
{
background-color: #E00D75;
}
.BgClassName
{
background-color: #E00D75;
}
</style>
border-color css
<style>
span { border-color: #E00D75; }
span { border-color: rgb(224,13,117); }
td.TdClassName
{
border-color: #E00D75;
}
.TagClassName
{
border-color: #E00D75;
}
</style>