Shades of Terra Cotta #E1715E
Tints of Terra Cotta #E1715E
RGB
CMYK
RGB Variations
Color information
#E1715E (or 0xE1715E) is known color: Terra Cotta. HEX triplet: E1, 71 and 5E. RGB value is (225,113,94). Sum of RGB (Red+Green+Blue) = 225+113+94=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1715E is #1E8EA1. Grayscale: #909090. Windows color (decimal): -2002594 or 6189537. OLE color: 6189537.
HSL color Cylindrical-coordinate representation of color #E1715E: hue angle of 8.7º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1715E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 94 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.12 |
| HSL | 8.7º | 0.69% | 0.63% | - |
| HSV(B) | 8.7º | 0.58% | 0.88% | - |
| XYZ | 38.98 | 28.63 | 14.06 | - |
| YUV | 144.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 94 | 0 | 0.50 | 0.58 | 0.12 | 8.7 | 0.69 | 0.63 |
| Hex | E1 | 71 | 5E | 0 | 32 | 3A | C | 9 | 45 | 3F |
| Octal | 341 | 161 | 136 | 0 | 62 | 72 | 14 | 11 | 105 | 77 |
| Binary | 11100001 | 1110001 | 1011110 | 0 | 110010 | 111010 | 1100 | 1001 | 1000101 | 111111 |
Color Harmonies of #E1715E
Complementary color
Monochromatic Colors of #E1715E
Black with #E1715E
Text Example
Text Example
White with #E1715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1715E; }
p { color: rgb(225,113,94); }
H1.HeaderClassName
{
color: #E1715E;
}
.AnyTagClassName
{
color: #E1715E;
}
</style>
background-color css
<style>
a { background-color: #E1715E; }
a { background-color: rgb(225,113,94); }
div.DivClassName
{
background-color: #E1715E;
}
.BgClassName
{
background-color: #E1715E;
}
</style>
border-color css
<style>
span { border-color: #E1715E; }
span { border-color: rgb(225,113,94); }
td.TdClassName
{
border-color: #E1715E;
}
.TagClassName
{
border-color: #E1715E;
}
</style>