Shades of Roman #E1655E
Tints of Roman #E1655E
RGB
CMYK
RGB Variations
Color information
#E1655E (or 0xE1655E) is known color: Roman. HEX triplet: E1, 65 and 5E. RGB value is (225,101,94). Sum of RGB (Red+Green+Blue) = 225+101+94=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1655E is #1E9AA1. Grayscale: #898989. Windows color (decimal): -2005666 or 6186465. OLE color: 6186465.
HSL color Cylindrical-coordinate representation of color #E1655E: hue angle of 3.21º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1655E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 94 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.12 |
| HSL | 3.21º | 0.69% | 0.63% | - |
| HSV(B) | 3.21º | 0.58% | 0.88% | - |
| XYZ | 37.73 | 26.12 | 13.64 | - |
| YUV | 137.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 94 | 0 | 0.55 | 0.58 | 0.12 | 3.21 | 0.69 | 0.63 |
| Hex | E1 | 65 | 5E | 0 | 37 | 3A | C | 3 | 45 | 3F |
| Octal | 341 | 145 | 136 | 0 | 67 | 72 | 14 | 3 | 105 | 77 |
| Binary | 11100001 | 1100101 | 1011110 | 0 | 110111 | 111010 | 1100 | 11 | 1000101 | 111111 |
Color Harmonies of #E1655E
Complementary color
Monochromatic Colors of #E1655E
Black with #E1655E
Text Example
Text Example
White with #E1655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1655E; }
p { color: rgb(225,101,94); }
H1.HeaderClassName
{
color: #E1655E;
}
.AnyTagClassName
{
color: #E1655E;
}
</style>
background-color css
<style>
a { background-color: #E1655E; }
a { background-color: rgb(225,101,94); }
div.DivClassName
{
background-color: #E1655E;
}
.BgClassName
{
background-color: #E1655E;
}
</style>
border-color css
<style>
span { border-color: #E1655E; }
span { border-color: rgb(225,101,94); }
td.TdClassName
{
border-color: #E1655E;
}
.TagClassName
{
border-color: #E1655E;
}
</style>