Shades of Ruby #E10478
Tints of Ruby #E10478
RGB
CMYK
RGB Variations
Color information
#E10478 (or 0xE10478) is known color: Ruby. HEX triplet: E1, 04 and 78. RGB value is (225,4,120). Sum of RGB (Red+Green+Blue) = 225+4+120=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E10478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10478 is #1EFB87. Grayscale: #535353. Windows color (decimal): -2030472 or 7865569. OLE color: 7865569.
HSL color Cylindrical-coordinate representation of color #E10478: hue angle of 328.51º 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 #E10478 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.12 |
| HSL | 328.51º | 0.97% | 0.45% | - |
| HSV(B) | 328.51º | 0.98% | 0.88% | - |
| XYZ | 34.48 | 17.45 | 19.32 | - |
| YUV | 83.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 120 | 0 | 0.98 | 0.47 | 0.12 | 328.51 | 0.97 | 0.45 |
| Hex | E1 | 4 | 78 | 0 | 62 | 2F | C | 149 | 61 | 2D |
| Octal | 341 | 4 | 170 | 0 | 142 | 57 | 14 | 511 | 141 | 55 |
| Binary | 11100001 | 100 | 1111000 | 0 | 1100010 | 101111 | 1100 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E10478
Complementary color
Monochromatic Colors of #E10478
Black with #E10478
Text Example
Text Example
White with #E10478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10478; }
p { color: rgb(225,4,120); }
H1.HeaderClassName
{
color: #E10478;
}
.AnyTagClassName
{
color: #E10478;
}
</style>
background-color css
<style>
a { background-color: #E10478; }
a { background-color: rgb(225,4,120); }
div.DivClassName
{
background-color: #E10478;
}
.BgClassName
{
background-color: #E10478;
}
</style>
border-color css
<style>
span { border-color: #E10478; }
span { border-color: rgb(225,4,120); }
td.TdClassName
{
border-color: #E10478;
}
.TagClassName
{
border-color: #E10478;
}
</style>