Shades of Roman #E55957
Tints of Roman #E55957
RGB
CMYK
RGB Variations
Color information
#E55957 (or 0xE55957) is known color: Roman. HEX triplet: E5, 59 and 57. RGB value is (229,89,87). Sum of RGB (Red+Green+Blue) = 229+89+87=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E55957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55957 is #1AA6A8. Grayscale: #828282. Windows color (decimal): -1746601 or 5724645. OLE color: 5724645.
HSL color Cylindrical-coordinate representation of color #E55957: hue angle of 0.85º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55957 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 87 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.10 |
| HSL | 0.85º | 0.73% | 0.62% | - |
| HSV(B) | 0.85º | 0.62% | 0.9% | - |
| XYZ | 37.61 | 24.49 | 11.76 | - |
| YUV | 130.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 87 | 0 | 0.61 | 0.62 | 0.10 | 0.85 | 0.73 | 0.62 |
| Hex | E5 | 59 | 57 | 0 | 3D | 3E | A | 1 | 49 | 3E |
| Octal | 345 | 131 | 127 | 0 | 75 | 76 | 12 | 1 | 111 | 76 |
| Binary | 11100101 | 1011001 | 1010111 | 0 | 111101 | 111110 | 1010 | 1 | 1001001 | 111110 |
Color Harmonies of #E55957
Complementary color
Monochromatic Colors of #E55957
Black with #E55957
Text Example
Text Example
White with #E55957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55957; }
p { color: rgb(229,89,87); }
H1.HeaderClassName
{
color: #E55957;
}
.AnyTagClassName
{
color: #E55957;
}
</style>
background-color css
<style>
a { background-color: #E55957; }
a { background-color: rgb(229,89,87); }
div.DivClassName
{
background-color: #E55957;
}
.BgClassName
{
background-color: #E55957;
}
</style>
border-color css
<style>
span { border-color: #E55957; }
span { border-color: rgb(229,89,87); }
td.TdClassName
{
border-color: #E55957;
}
.TagClassName
{
border-color: #E55957;
}
</style>