Shades of Ruby #E10476
Tints of Ruby #E10476
RGB
CMYK
RGB Variations
Color information
#E10476 (or 0xE10476) is known color: Ruby. HEX triplet: E1, 04 and 76. RGB value is (225,4,118). Sum of RGB (Red+Green+Blue) = 225+4+118=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10476 is #1EFB89. Grayscale: #525252. Windows color (decimal): -2030474 or 7734497. OLE color: 7734497.
HSL color Cylindrical-coordinate representation of color #E10476: hue angle of 329.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10476 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.12 |
| HSL | 329.05º | 0.97% | 0.45% | - |
| HSV(B) | 329.05º | 0.98% | 0.88% | - |
| XYZ | 34.36 | 17.4 | 18.69 | - |
| YUV | 83.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 118 | 0 | 0.98 | 0.48 | 0.12 | 329.05 | 0.97 | 0.45 |
| Hex | E1 | 4 | 76 | 0 | 62 | 30 | C | 149 | 61 | 2D |
| Octal | 341 | 4 | 166 | 0 | 142 | 60 | 14 | 511 | 141 | 55 |
| Binary | 11100001 | 100 | 1110110 | 0 | 1100010 | 110000 | 1100 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E10476
Complementary color
Monochromatic Colors of #E10476
Black with #E10476
Text Example
Text Example
White with #E10476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10476; }
p { color: rgb(225,4,118); }
H1.HeaderClassName
{
color: #E10476;
}
.AnyTagClassName
{
color: #E10476;
}
</style>
background-color css
<style>
a { background-color: #E10476; }
a { background-color: rgb(225,4,118); }
div.DivClassName
{
background-color: #E10476;
}
.BgClassName
{
background-color: #E10476;
}
</style>
border-color css
<style>
span { border-color: #E10476; }
span { border-color: rgb(225,4,118); }
td.TdClassName
{
border-color: #E10476;
}
.TagClassName
{
border-color: #E10476;
}
</style>