Shades of Roman #E16A64
Tints of Roman #E16A64
RGB
CMYK
RGB Variations
Color information
#E16A64 (or 0xE16A64) is known color: Roman. HEX triplet: E1, 6A and 64. RGB value is (225,106,100). Sum of RGB (Red+Green+Blue) = 225+106+100=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A64 is #1E959B. Grayscale: #8D8D8D. Windows color (decimal): -2004380 or 6580961. OLE color: 6580961.
HSL color Cylindrical-coordinate representation of color #E16A64: hue angle of 2.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16A64 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 100 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.12 |
| HSL | 2.88º | 0.68% | 0.64% | - |
| HSV(B) | 2.88º | 0.56% | 0.88% | - |
| XYZ | 38.51 | 27.24 | 15.28 | - |
| YUV | 140.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 100 | 0 | 0.53 | 0.56 | 0.12 | 2.88 | 0.68 | 0.64 |
| Hex | E1 | 6A | 64 | 0 | 35 | 38 | C | 3 | 44 | 40 |
| Octal | 341 | 152 | 144 | 0 | 65 | 70 | 14 | 3 | 104 | 100 |
| Binary | 11100001 | 1101010 | 1100100 | 0 | 110101 | 111000 | 1100 | 11 | 1000100 | 1000000 |
Color Harmonies of #E16A64
Complementary color
Monochromatic Colors of #E16A64
Black with #E16A64
Text Example
Text Example
White with #E16A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A64; }
p { color: rgb(225,106,100); }
H1.HeaderClassName
{
color: #E16A64;
}
.AnyTagClassName
{
color: #E16A64;
}
</style>
background-color css
<style>
a { background-color: #E16A64; }
a { background-color: rgb(225,106,100); }
div.DivClassName
{
background-color: #E16A64;
}
.BgClassName
{
background-color: #E16A64;
}
</style>
border-color css
<style>
span { border-color: #E16A64; }
span { border-color: rgb(225,106,100); }
td.TdClassName
{
border-color: #E16A64;
}
.TagClassName
{
border-color: #E16A64;
}
</style>