Shades of Ruby #E10971
Tints of Ruby #E10971
RGB
CMYK
RGB Variations
Color information
#E10971 (or 0xE10971) is known color: Ruby. HEX triplet: E1, 09 and 71. RGB value is (225,9,113). Sum of RGB (Red+Green+Blue) = 225+9+113=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10971 is #1EF68E. Grayscale: #555555. Windows color (decimal): -2029199 or 7408097. OLE color: 7408097.
HSL color Cylindrical-coordinate representation of color #E10971: hue angle of 331.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10971 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.12 |
| HSL | 331.11º | 0.92% | 0.46% | - |
| HSV(B) | 331.11º | 0.96% | 0.88% | - |
| XYZ | 34.13 | 17.4 | 17.18 | - |
| YUV | 85.44 | 143.56 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 113 | 0 | 0.96 | 0.50 | 0.12 | 331.11 | 0.92 | 0.46 |
| Hex | E1 | 9 | 71 | 0 | 60 | 32 | C | 14B | 5C | 2E |
| Octal | 341 | 11 | 161 | 0 | 140 | 62 | 14 | 513 | 134 | 56 |
| Binary | 11100001 | 1001 | 1110001 | 0 | 1100000 | 110010 | 1100 | 101001011 | 1011100 | 101110 |
Color Harmonies of #E10971
Complementary color
Monochromatic Colors of #E10971
Black with #E10971
Text Example
Text Example
White with #E10971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10971; }
p { color: rgb(225,9,113); }
H1.HeaderClassName
{
color: #E10971;
}
.AnyTagClassName
{
color: #E10971;
}
</style>
background-color css
<style>
a { background-color: #E10971; }
a { background-color: rgb(225,9,113); }
div.DivClassName
{
background-color: #E10971;
}
.BgClassName
{
background-color: #E10971;
}
</style>
border-color css
<style>
span { border-color: #E10971; }
span { border-color: rgb(225,9,113); }
td.TdClassName
{
border-color: #E10971;
}
.TagClassName
{
border-color: #E10971;
}
</style>