Shades of Roman #E2645E
Tints of Roman #E2645E
RGB
CMYK
RGB Variations
Color information
#E2645E (or 0xE2645E) is known color: Roman. HEX triplet: E2, 64 and 5E. RGB value is (226,100,94). Sum of RGB (Red+Green+Blue) = 226+100+94=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2645E is #1D9BA1. Grayscale: #898989. Windows color (decimal): -1940386 or 6186210. OLE color: 6186210.
HSL color Cylindrical-coordinate representation of color #E2645E: hue angle of 2.73º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2645E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 94 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.11 |
| HSL | 2.73º | 0.69% | 0.63% | - |
| HSV(B) | 2.73º | 0.58% | 0.89% | - |
| XYZ | 37.94 | 26.09 | 13.63 | - |
| YUV | 136.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 94 | 0 | 0.56 | 0.58 | 0.11 | 2.73 | 0.69 | 0.63 |
| Hex | E2 | 64 | 5E | 0 | 38 | 3A | B | 3 | 45 | 3F |
| Octal | 342 | 144 | 136 | 0 | 70 | 72 | 13 | 3 | 105 | 77 |
| Binary | 11100010 | 1100100 | 1011110 | 0 | 111000 | 111010 | 1011 | 11 | 1000101 | 111111 |
Color Harmonies of #E2645E
Complementary color
Monochromatic Colors of #E2645E
Black with #E2645E
Text Example
Text Example
White with #E2645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2645E; }
p { color: rgb(226,100,94); }
H1.HeaderClassName
{
color: #E2645E;
}
.AnyTagClassName
{
color: #E2645E;
}
</style>
background-color css
<style>
a { background-color: #E2645E; }
a { background-color: rgb(226,100,94); }
div.DivClassName
{
background-color: #E2645E;
}
.BgClassName
{
background-color: #E2645E;
}
</style>
border-color css
<style>
span { border-color: #E2645E; }
span { border-color: rgb(226,100,94); }
td.TdClassName
{
border-color: #E2645E;
}
.TagClassName
{
border-color: #E2645E;
}
</style>