Shades of Roman #E56660
Tints of Roman #E56660
RGB
CMYK
RGB Variations
Color information
#E56660 (or 0xE56660) is known color: Roman. HEX triplet: E5, 66 and 60. RGB value is (229,102,96). Sum of RGB (Red+Green+Blue) = 229+102+96=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E56660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56660 is #1A999F. Grayscale: #8B8B8B. Windows color (decimal): -1743264 or 6317797. OLE color: 6317797.
HSL color Cylindrical-coordinate representation of color #E56660: hue angle of 2.71º 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 #E56660 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 96 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.10 |
| HSL | 2.71º | 0.72% | 0.64% | - |
| HSV(B) | 2.71º | 0.58% | 0.9% | - |
| XYZ | 39.18 | 27.01 | 14.21 | - |
| YUV | 139.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 96 | 0 | 0.55 | 0.58 | 0.10 | 2.71 | 0.72 | 0.64 |
| Hex | E5 | 66 | 60 | 0 | 37 | 3A | A | 3 | 48 | 40 |
| Octal | 345 | 146 | 140 | 0 | 67 | 72 | 12 | 3 | 110 | 100 |
| Binary | 11100101 | 1100110 | 1100000 | 0 | 110111 | 111010 | 1010 | 11 | 1001000 | 1000000 |
Color Harmonies of #E56660
Complementary color
Monochromatic Colors of #E56660
Black with #E56660
Text Example
Text Example
White with #E56660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56660; }
p { color: rgb(229,102,96); }
H1.HeaderClassName
{
color: #E56660;
}
.AnyTagClassName
{
color: #E56660;
}
</style>
background-color css
<style>
a { background-color: #E56660; }
a { background-color: rgb(229,102,96); }
div.DivClassName
{
background-color: #E56660;
}
.BgClassName
{
background-color: #E56660;
}
</style>
border-color css
<style>
span { border-color: #E56660; }
span { border-color: rgb(229,102,96); }
td.TdClassName
{
border-color: #E56660;
}
.TagClassName
{
border-color: #E56660;
}
</style>