Shades of Ruby #E10D5F
Tints of Ruby #E10D5F
RGB
CMYK
RGB Variations
Color information
#E10D5F (or 0xE10D5F) is known color: Ruby. HEX triplet: E1, 0D and 5F. RGB value is (225,13,95). Sum of RGB (Red+Green+Blue) = 225+13+95=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D5F is #1EF2A0. Grayscale: #555555. Windows color (decimal): -2028193 or 6229473. OLE color: 6229473.
HSL color Cylindrical-coordinate representation of color #E10D5F: hue angle of 336.79º degrees, saturation: 0.89, 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 #E10D5F is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 95 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.12 |
| HSL | 336.79º | 0.89% | 0.47% | - |
| HSV(B) | 336.79º | 0.94% | 0.88% | - |
| XYZ | 33.26 | 17.12 | 12.38 | - |
| YUV | 85.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 95 | 0 | 0.94 | 0.58 | 0.12 | 336.79 | 0.89 | 0.47 |
| Hex | E1 | D | 5F | 0 | 5E | 3A | C | 151 | 59 | 2F |
| Octal | 341 | 15 | 137 | 0 | 136 | 72 | 14 | 521 | 131 | 57 |
| Binary | 11100001 | 1101 | 1011111 | 0 | 1011110 | 111010 | 1100 | 101010001 | 1011001 | 101111 |
Color Harmonies of #E10D5F
Complementary color
Monochromatic Colors of #E10D5F
Black with #E10D5F
Text Example
Text Example
White with #E10D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D5F; }
p { color: rgb(225,13,95); }
H1.HeaderClassName
{
color: #E10D5F;
}
.AnyTagClassName
{
color: #E10D5F;
}
</style>
background-color css
<style>
a { background-color: #E10D5F; }
a { background-color: rgb(225,13,95); }
div.DivClassName
{
background-color: #E10D5F;
}
.BgClassName
{
background-color: #E10D5F;
}
</style>
border-color css
<style>
span { border-color: #E10D5F; }
span { border-color: rgb(225,13,95); }
td.TdClassName
{
border-color: #E10D5F;
}
.TagClassName
{
border-color: #E10D5F;
}
</style>