Shades of Terra Cotta #E16958
Tints of Terra Cotta #E16958
RGB
CMYK
RGB Variations
Color information
#E16958 (or 0xE16958) is known color: Terra Cotta. HEX triplet: E1, 69 and 58. RGB value is (225,105,88). Sum of RGB (Red+Green+Blue) = 225+105+88=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E16958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16958 is #1E96A7. Grayscale: #8B8B8B. Windows color (decimal): -2004648 or 5794273. OLE color: 5794273.
HSL color Cylindrical-coordinate representation of color #E16958: hue angle of 7.45º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E16958 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 88 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.12 |
| HSL | 7.45º | 0.7% | 0.61% | - |
| HSV(B) | 7.45º | 0.61% | 0.88% | - |
| XYZ | 37.86 | 26.82 | 12.41 | - |
| YUV | 138.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 88 | 0 | 0.53 | 0.61 | 0.12 | 7.45 | 0.7 | 0.61 |
| Hex | E1 | 69 | 58 | 0 | 35 | 3D | C | 7 | 46 | 3D |
| Octal | 341 | 151 | 130 | 0 | 65 | 75 | 14 | 7 | 106 | 75 |
| Binary | 11100001 | 1101001 | 1011000 | 0 | 110101 | 111101 | 1100 | 111 | 1000110 | 111101 |
Color Harmonies of #E16958
Complementary color
Monochromatic Colors of #E16958
Black with #E16958
Text Example
Text Example
White with #E16958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16958; }
p { color: rgb(225,105,88); }
H1.HeaderClassName
{
color: #E16958;
}
.AnyTagClassName
{
color: #E16958;
}
</style>
background-color css
<style>
a { background-color: #E16958; }
a { background-color: rgb(225,105,88); }
div.DivClassName
{
background-color: #E16958;
}
.BgClassName
{
background-color: #E16958;
}
</style>
border-color css
<style>
span { border-color: #E16958; }
span { border-color: rgb(225,105,88); }
td.TdClassName
{
border-color: #E16958;
}
.TagClassName
{
border-color: #E16958;
}
</style>