Shades of Ruby #E10472
Tints of Ruby #E10472
RGB
CMYK
RGB Variations
Color information
#E10472 (or 0xE10472) is known color: Ruby. HEX triplet: E1, 04 and 72. RGB value is (225,4,114). Sum of RGB (Red+Green+Blue) = 225+4+114=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E10472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10472 is #1EFB8D. Grayscale: #525252. Windows color (decimal): -2030478 or 7472353. OLE color: 7472353.
HSL color Cylindrical-coordinate representation of color #E10472: hue angle of 330.14º 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 #E10472 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.12 |
| HSL | 330.14º | 0.97% | 0.45% | - |
| HSV(B) | 330.14º | 0.98% | 0.88% | - |
| XYZ | 34.13 | 17.31 | 17.46 | - |
| YUV | 82.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 114 | 0 | 0.98 | 0.49 | 0.12 | 330.14 | 0.97 | 0.45 |
| Hex | E1 | 4 | 72 | 0 | 62 | 31 | C | 14A | 61 | 2D |
| Octal | 341 | 4 | 162 | 0 | 142 | 61 | 14 | 512 | 141 | 55 |
| Binary | 11100001 | 100 | 1110010 | 0 | 1100010 | 110001 | 1100 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E10472
Complementary color
Monochromatic Colors of #E10472
Black with #E10472
Text Example
Text Example
White with #E10472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10472; }
p { color: rgb(225,4,114); }
H1.HeaderClassName
{
color: #E10472;
}
.AnyTagClassName
{
color: #E10472;
}
</style>
background-color css
<style>
a { background-color: #E10472; }
a { background-color: rgb(225,4,114); }
div.DivClassName
{
background-color: #E10472;
}
.BgClassName
{
background-color: #E10472;
}
</style>
border-color css
<style>
span { border-color: #E10472; }
span { border-color: rgb(225,4,114); }
td.TdClassName
{
border-color: #E10472;
}
.TagClassName
{
border-color: #E10472;
}
</style>