Shades of Terra Cotta #E0715E
Tints of Terra Cotta #E0715E
RGB
CMYK
RGB Variations
Color information
#E0715E (or 0xE0715E) is known color: Terra Cotta. HEX triplet: E0, 71 and 5E. RGB value is (224,113,94). Sum of RGB (Red+Green+Blue) = 224+113+94=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0715E is #1F8EA1. Grayscale: #909090. Windows color (decimal): -2068130 or 6189536. OLE color: 6189536.
HSL color Cylindrical-coordinate representation of color #E0715E: hue angle of 8.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0715E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 94 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.12 |
| HSL | 8.77º | 0.68% | 0.62% | - |
| HSV(B) | 8.77º | 0.58% | 0.88% | - |
| XYZ | 38.67 | 28.47 | 14.05 | - |
| YUV | 144.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 94 | 0 | 0.50 | 0.58 | 0.12 | 8.77 | 0.68 | 0.62 |
| Hex | E0 | 71 | 5E | 0 | 32 | 3A | C | 9 | 44 | 3E |
| Octal | 340 | 161 | 136 | 0 | 62 | 72 | 14 | 11 | 104 | 76 |
| Binary | 11100000 | 1110001 | 1011110 | 0 | 110010 | 111010 | 1100 | 1001 | 1000100 | 111110 |
Color Harmonies of #E0715E
Complementary color
Monochromatic Colors of #E0715E
Black with #E0715E
Text Example
Text Example
White with #E0715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0715E; }
p { color: rgb(224,113,94); }
H1.HeaderClassName
{
color: #E0715E;
}
.AnyTagClassName
{
color: #E0715E;
}
</style>
background-color css
<style>
a { background-color: #E0715E; }
a { background-color: rgb(224,113,94); }
div.DivClassName
{
background-color: #E0715E;
}
.BgClassName
{
background-color: #E0715E;
}
</style>
border-color css
<style>
span { border-color: #E0715E; }
span { border-color: rgb(224,113,94); }
td.TdClassName
{
border-color: #E0715E;
}
.TagClassName
{
border-color: #E0715E;
}
</style>