Shades of Roman #E15856
Tints of Roman #E15856
RGB
CMYK
RGB Variations
Color information
#E15856 (or 0xE15856) is known color: Roman. HEX triplet: E1, 58 and 56. RGB value is (225,88,86). Sum of RGB (Red+Green+Blue) = 225+88+86=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E15856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15856 is #1EA7A9. Grayscale: #808080. Windows color (decimal): -2009002 or 5658849. OLE color: 5658849.
HSL color Cylindrical-coordinate representation of color #E15856: hue angle of 0.86º 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 #E15856 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 86 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.12 |
| HSL | 0.86º | 0.7% | 0.61% | - |
| HSV(B) | 0.86º | 0.62% | 0.88% | - |
| XYZ | 36.22 | 23.66 | 11.46 | - |
| YUV | 128.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 86 | 0 | 0.61 | 0.62 | 0.12 | 0.86 | 0.7 | 0.61 |
| Hex | E1 | 58 | 56 | 0 | 3D | 3E | C | 1 | 46 | 3D |
| Octal | 341 | 130 | 126 | 0 | 75 | 76 | 14 | 1 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1010110 | 0 | 111101 | 111110 | 1100 | 1 | 1000110 | 111101 |
Color Harmonies of #E15856
Complementary color
Monochromatic Colors of #E15856
Black with #E15856
Text Example
Text Example
White with #E15856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15856; }
p { color: rgb(225,88,86); }
H1.HeaderClassName
{
color: #E15856;
}
.AnyTagClassName
{
color: #E15856;
}
</style>
background-color css
<style>
a { background-color: #E15856; }
a { background-color: rgb(225,88,86); }
div.DivClassName
{
background-color: #E15856;
}
.BgClassName
{
background-color: #E15856;
}
</style>
border-color css
<style>
span { border-color: #E15856; }
span { border-color: rgb(225,88,86); }
td.TdClassName
{
border-color: #E15856;
}
.TagClassName
{
border-color: #E15856;
}
</style>