Shades of Ruby #E10D7A
Tints of Ruby #E10D7A
RGB
CMYK
RGB Variations
Color information
#E10D7A (or 0xE10D7A) is known color: Ruby. HEX triplet: E1, 0D and 7A. RGB value is (225,13,122). Sum of RGB (Red+Green+Blue) = 225+13+122=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D7A is #1EF285. Grayscale: #585858. Windows color (decimal): -2028166 or 7998945. OLE color: 7998945.
HSL color Cylindrical-coordinate representation of color #E10D7A: hue angle of 329.15º 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 #E10D7A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.12 |
| HSL | 329.15º | 0.89% | 0.47% | - |
| HSV(B) | 329.15º | 0.94% | 0.88% | - |
| XYZ | 34.71 | 17.7 | 20 | - |
| YUV | 88.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 122 | 0 | 0.94 | 0.46 | 0.12 | 329.15 | 0.89 | 0.47 |
| Hex | E1 | D | 7A | 0 | 5E | 2E | C | 149 | 59 | 2F |
| Octal | 341 | 15 | 172 | 0 | 136 | 56 | 14 | 511 | 131 | 57 |
| Binary | 11100001 | 1101 | 1111010 | 0 | 1011110 | 101110 | 1100 | 101001001 | 1011001 | 101111 |
Color Harmonies of #E10D7A
Complementary color
Monochromatic Colors of #E10D7A
Black with #E10D7A
Text Example
Text Example
White with #E10D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D7A; }
p { color: rgb(225,13,122); }
H1.HeaderClassName
{
color: #E10D7A;
}
.AnyTagClassName
{
color: #E10D7A;
}
</style>
background-color css
<style>
a { background-color: #E10D7A; }
a { background-color: rgb(225,13,122); }
div.DivClassName
{
background-color: #E10D7A;
}
.BgClassName
{
background-color: #E10D7A;
}
</style>
border-color css
<style>
span { border-color: #E10D7A; }
span { border-color: rgb(225,13,122); }
td.TdClassName
{
border-color: #E10D7A;
}
.TagClassName
{
border-color: #E10D7A;
}
</style>