Shades of Roman #E2645A
Tints of Roman #E2645A
RGB
CMYK
RGB Variations
Color information
#E2645A (or 0xE2645A) is known color: Roman. HEX triplet: E2, 64 and 5A. RGB value is (226,100,90). Sum of RGB (Red+Green+Blue) = 226+100+90=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2645A is #1D9BA5. Grayscale: #888888. Windows color (decimal): -1940390 or 5924066. OLE color: 5924066.
HSL color Cylindrical-coordinate representation of color #E2645A: hue angle of 4.41º 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 #E2645A is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 90 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.11 |
| HSL | 4.41º | 0.7% | 0.62% | - |
| HSV(B) | 4.41º | 0.6% | 0.89% | - |
| XYZ | 37.77 | 26.02 | 12.7 | - |
| YUV | 136.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 90 | 0 | 0.56 | 0.60 | 0.11 | 4.41 | 0.7 | 0.62 |
| Hex | E2 | 64 | 5A | 0 | 38 | 3C | B | 4 | 46 | 3E |
| Octal | 342 | 144 | 132 | 0 | 70 | 74 | 13 | 4 | 106 | 76 |
| Binary | 11100010 | 1100100 | 1011010 | 0 | 111000 | 111100 | 1011 | 100 | 1000110 | 111110 |
Color Harmonies of #E2645A
Complementary color
Monochromatic Colors of #E2645A
Black with #E2645A
Text Example
Text Example
White with #E2645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2645A; }
p { color: rgb(226,100,90); }
H1.HeaderClassName
{
color: #E2645A;
}
.AnyTagClassName
{
color: #E2645A;
}
</style>
background-color css
<style>
a { background-color: #E2645A; }
a { background-color: rgb(226,100,90); }
div.DivClassName
{
background-color: #E2645A;
}
.BgClassName
{
background-color: #E2645A;
}
</style>
border-color css
<style>
span { border-color: #E2645A; }
span { border-color: rgb(226,100,90); }
td.TdClassName
{
border-color: #E2645A;
}
.TagClassName
{
border-color: #E2645A;
}
</style>