Shades of Roman #E56760
Tints of Roman #E56760
RGB
CMYK
RGB Variations
Color information
#E56760 (or 0xE56760) is known color: Roman. HEX triplet: E5, 67 and 60. RGB value is (229,103,96). Sum of RGB (Red+Green+Blue) = 229+103+96=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E56760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56760 is #1A989F. Grayscale: #8C8C8C. Windows color (decimal): -1743008 or 6318053. OLE color: 6318053.
HSL color Cylindrical-coordinate representation of color #E56760: hue angle of 3.16º 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 #E56760 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 96 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.10 |
| HSL | 3.16º | 0.72% | 0.64% | - |
| HSV(B) | 3.16º | 0.58% | 0.9% | - |
| XYZ | 39.27 | 27.2 | 14.25 | - |
| YUV | 139.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 96 | 0 | 0.55 | 0.58 | 0.10 | 3.16 | 0.72 | 0.64 |
| Hex | E5 | 67 | 60 | 0 | 37 | 3A | A | 3 | 48 | 40 |
| Octal | 345 | 147 | 140 | 0 | 67 | 72 | 12 | 3 | 110 | 100 |
| Binary | 11100101 | 1100111 | 1100000 | 0 | 110111 | 111010 | 1010 | 11 | 1001000 | 1000000 |
Color Harmonies of #E56760
Complementary color
Monochromatic Colors of #E56760
Black with #E56760
Text Example
Text Example
White with #E56760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56760; }
p { color: rgb(229,103,96); }
H1.HeaderClassName
{
color: #E56760;
}
.AnyTagClassName
{
color: #E56760;
}
</style>
background-color css
<style>
a { background-color: #E56760; }
a { background-color: rgb(229,103,96); }
div.DivClassName
{
background-color: #E56760;
}
.BgClassName
{
background-color: #E56760;
}
</style>
border-color css
<style>
span { border-color: #E56760; }
span { border-color: rgb(229,103,96); }
td.TdClassName
{
border-color: #E56760;
}
.TagClassName
{
border-color: #E56760;
}
</style>