Shades of Roman #E56460
Tints of Roman #E56460
RGB
CMYK
RGB Variations
Color information
#E56460 (or 0xE56460) is known color: Roman. HEX triplet: E5, 64 and 60. RGB value is (229,100,96). Sum of RGB (Red+Green+Blue) = 229+100+96=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E56460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56460 is #1A9B9F. Grayscale: #8A8A8A. Windows color (decimal): -1743776 or 6317285. OLE color: 6317285.
HSL color Cylindrical-coordinate representation of color #E56460: hue angle of 1.8º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56460 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.10 |
| HSL | 1.8º | 0.72% | 0.64% | - |
| HSV(B) | 1.8º | 0.58% | 0.9% | - |
| XYZ | 38.98 | 26.62 | 14.15 | - |
| YUV | 138.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 96 | 0 | 0.56 | 0.58 | 0.10 | 1.8 | 0.72 | 0.64 |
| Hex | E5 | 64 | 60 | 0 | 38 | 3A | A | 2 | 48 | 40 |
| Octal | 345 | 144 | 140 | 0 | 70 | 72 | 12 | 2 | 110 | 100 |
| Binary | 11100101 | 1100100 | 1100000 | 0 | 111000 | 111010 | 1010 | 10 | 1001000 | 1000000 |
Color Harmonies of #E56460
Complementary color
Monochromatic Colors of #E56460
Black with #E56460
Text Example
Text Example
White with #E56460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56460; }
p { color: rgb(229,100,96); }
H1.HeaderClassName
{
color: #E56460;
}
.AnyTagClassName
{
color: #E56460;
}
</style>
background-color css
<style>
a { background-color: #E56460; }
a { background-color: rgb(229,100,96); }
div.DivClassName
{
background-color: #E56460;
}
.BgClassName
{
background-color: #E56460;
}
</style>
border-color css
<style>
span { border-color: #E56460; }
span { border-color: rgb(229,100,96); }
td.TdClassName
{
border-color: #E56460;
}
.TagClassName
{
border-color: #E56460;
}
</style>