Shades of Roman #E15756
Tints of Roman #E15756
RGB
CMYK
RGB Variations
Color information
#E15756 (or 0xE15756) is known color: Roman. HEX triplet: E1, 57 and 56. RGB value is (225,87,86). Sum of RGB (Red+Green+Blue) = 225+87+86=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E15756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15756 is #1EA8A9. Grayscale: #808080. Windows color (decimal): -2009258 or 5658593. OLE color: 5658593.
HSL color Cylindrical-coordinate representation of color #E15756: hue angle of 0.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15756 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 86 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.12 |
| HSL | 0.43º | 0.7% | 0.61% | - |
| HSV(B) | 0.43º | 0.62% | 0.88% | - |
| XYZ | 36.14 | 23.5 | 11.43 | - |
| YUV | 128.15 | 104.22 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 86 | 0 | 0.61 | 0.62 | 0.12 | 0.43 | 0.7 | 0.61 |
| Hex | E1 | 57 | 56 | 0 | 3D | 3E | C | 0 | 46 | 3D |
| Octal | 341 | 127 | 126 | 0 | 75 | 76 | 14 | 0 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1010110 | 0 | 111101 | 111110 | 1100 | 0 | 1000110 | 111101 |
Color Harmonies of #E15756
Complementary color
Monochromatic Colors of #E15756
Black with #E15756
Text Example
Text Example
White with #E15756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15756; }
p { color: rgb(225,87,86); }
H1.HeaderClassName
{
color: #E15756;
}
.AnyTagClassName
{
color: #E15756;
}
</style>
background-color css
<style>
a { background-color: #E15756; }
a { background-color: rgb(225,87,86); }
div.DivClassName
{
background-color: #E15756;
}
.BgClassName
{
background-color: #E15756;
}
</style>
border-color css
<style>
span { border-color: #E15756; }
span { border-color: rgb(225,87,86); }
td.TdClassName
{
border-color: #E15756;
}
.TagClassName
{
border-color: #E15756;
}
</style>