Shades of Roman #E15955
Tints of Roman #E15955
RGB
CMYK
RGB Variations
Color information
#E15955 (or 0xE15955) is known color: Roman. HEX triplet: E1, 59 and 55. RGB value is (225,89,85). Sum of RGB (Red+Green+Blue) = 225+89+85=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E15955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15955 is #1EA6AA. Grayscale: #818181. Windows color (decimal): -2008747 or 5593569. OLE color: 5593569.
HSL color Cylindrical-coordinate representation of color #E15955: hue angle of 1.71º 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 #E15955 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 85 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.12 |
| HSL | 1.71º | 0.7% | 0.61% | - |
| HSV(B) | 1.71º | 0.62% | 0.88% | - |
| XYZ | 36.26 | 23.81 | 11.28 | - |
| YUV | 129.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 85 | 0 | 0.60 | 0.62 | 0.12 | 1.71 | 0.7 | 0.61 |
| Hex | E1 | 59 | 55 | 0 | 3C | 3E | C | 2 | 46 | 3D |
| Octal | 341 | 131 | 125 | 0 | 74 | 76 | 14 | 2 | 106 | 75 |
| Binary | 11100001 | 1011001 | 1010101 | 0 | 111100 | 111110 | 1100 | 10 | 1000110 | 111101 |
Color Harmonies of #E15955
Complementary color
Monochromatic Colors of #E15955
Black with #E15955
Text Example
Text Example
White with #E15955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15955; }
p { color: rgb(225,89,85); }
H1.HeaderClassName
{
color: #E15955;
}
.AnyTagClassName
{
color: #E15955;
}
</style>
background-color css
<style>
a { background-color: #E15955; }
a { background-color: rgb(225,89,85); }
div.DivClassName
{
background-color: #E15955;
}
.BgClassName
{
background-color: #E15955;
}
</style>
border-color css
<style>
span { border-color: #E15955; }
span { border-color: rgb(225,89,85); }
td.TdClassName
{
border-color: #E15955;
}
.TagClassName
{
border-color: #E15955;
}
</style>