Shades of Roman #E2645B
Tints of Roman #E2645B
RGB
CMYK
RGB Variations
Color information
#E2645B (or 0xE2645B) is known color: Roman. HEX triplet: E2, 64 and 5B. RGB value is (226,100,91). Sum of RGB (Red+Green+Blue) = 226+100+91=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2645B is #1D9BA4. Grayscale: #888888. Windows color (decimal): -1940389 or 5989602. OLE color: 5989602.
HSL color Cylindrical-coordinate representation of color #E2645B: hue angle of 4º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2645B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 91 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.11 |
| HSL | 4º | 0.7% | 0.62% | - |
| HSV(B) | 4º | 0.6% | 0.89% | - |
| XYZ | 37.81 | 26.04 | 12.93 | - |
| YUV | 136.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 91 | 0 | 0.56 | 0.60 | 0.11 | 4 | 0.7 | 0.62 |
| Hex | E2 | 64 | 5B | 0 | 38 | 3C | B | 4 | 46 | 3E |
| Octal | 342 | 144 | 133 | 0 | 70 | 74 | 13 | 4 | 106 | 76 |
| Binary | 11100010 | 1100100 | 1011011 | 0 | 111000 | 111100 | 1011 | 100 | 1000110 | 111110 |
Color Harmonies of #E2645B
Complementary color
Monochromatic Colors of #E2645B
Black with #E2645B
Text Example
Text Example
White with #E2645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2645B; }
p { color: rgb(226,100,91); }
H1.HeaderClassName
{
color: #E2645B;
}
.AnyTagClassName
{
color: #E2645B;
}
</style>
background-color css
<style>
a { background-color: #E2645B; }
a { background-color: rgb(226,100,91); }
div.DivClassName
{
background-color: #E2645B;
}
.BgClassName
{
background-color: #E2645B;
}
</style>
border-color css
<style>
span { border-color: #E2645B; }
span { border-color: rgb(226,100,91); }
td.TdClassName
{
border-color: #E2645B;
}
.TagClassName
{
border-color: #E2645B;
}
</style>