Shades of Ruby #E11D68
Tints of Ruby #E11D68
RGB
CMYK
RGB Variations
Color information
#E11D68 (or 0xE11D68) is known color: Ruby. HEX triplet: E1, 1D and 68. RGB value is (225,29,104). Sum of RGB (Red+Green+Blue) = 225+29+104=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D68 is #1EE297. Grayscale: #606060. Windows color (decimal): -2024088 or 6823393. OLE color: 6823393.
HSL color Cylindrical-coordinate representation of color #E11D68: hue angle of 337.04º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D68 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 104 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.12 |
| HSL | 337.04º | 0.77% | 0.5% | - |
| HSV(B) | 337.04º | 0.87% | 0.88% | - |
| XYZ | 33.99 | 17.89 | 14.76 | - |
| YUV | 96.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 104 | 0 | 0.87 | 0.54 | 0.12 | 337.04 | 0.77 | 0.5 |
| Hex | E1 | 1D | 68 | 0 | 57 | 36 | C | 151 | 4D | 32 |
| Octal | 341 | 35 | 150 | 0 | 127 | 66 | 14 | 521 | 115 | 62 |
| Binary | 11100001 | 11101 | 1101000 | 0 | 1010111 | 110110 | 1100 | 101010001 | 1001101 | 110010 |
Color Harmonies of #E11D68
Complementary color
Monochromatic Colors of #E11D68
Black with #E11D68
Text Example
Text Example
White with #E11D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D68; }
p { color: rgb(225,29,104); }
H1.HeaderClassName
{
color: #E11D68;
}
.AnyTagClassName
{
color: #E11D68;
}
</style>
background-color css
<style>
a { background-color: #E11D68; }
a { background-color: rgb(225,29,104); }
div.DivClassName
{
background-color: #E11D68;
}
.BgClassName
{
background-color: #E11D68;
}
</style>
border-color css
<style>
span { border-color: #E11D68; }
span { border-color: rgb(225,29,104); }
td.TdClassName
{
border-color: #E11D68;
}
.TagClassName
{
border-color: #E11D68;
}
</style>