Shades of Terra Cotta #E2705E
Tints of Terra Cotta #E2705E
RGB
CMYK
RGB Variations
Color information
#E2705E (or 0xE2705E) is known color: Terra Cotta. HEX triplet: E2, 70 and 5E. RGB value is (226,112,94). Sum of RGB (Red+Green+Blue) = 226+112+94=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705E is #1D8FA1. Grayscale: #909090. Windows color (decimal): -1937314 or 6189282. OLE color: 6189282.
HSL color Cylindrical-coordinate representation of color #E2705E: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2705E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 94 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.11 |
| HSL | 8.18º | 0.69% | 0.63% | - |
| HSV(B) | 8.18º | 0.58% | 0.89% | - |
| XYZ | 39.18 | 28.57 | 14.04 | - |
| YUV | 144.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 94 | 0 | 0.50 | 0.58 | 0.11 | 8.18 | 0.69 | 0.63 |
| Hex | E2 | 70 | 5E | 0 | 32 | 3A | B | 8 | 45 | 3F |
| Octal | 342 | 160 | 136 | 0 | 62 | 72 | 13 | 10 | 105 | 77 |
| Binary | 11100010 | 1110000 | 1011110 | 0 | 110010 | 111010 | 1011 | 1000 | 1000101 | 111111 |
Color Harmonies of #E2705E
Complementary color
Monochromatic Colors of #E2705E
Black with #E2705E
Text Example
Text Example
White with #E2705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2705E; }
p { color: rgb(226,112,94); }
H1.HeaderClassName
{
color: #E2705E;
}
.AnyTagClassName
{
color: #E2705E;
}
</style>
background-color css
<style>
a { background-color: #E2705E; }
a { background-color: rgb(226,112,94); }
div.DivClassName
{
background-color: #E2705E;
}
.BgClassName
{
background-color: #E2705E;
}
</style>
border-color css
<style>
span { border-color: #E2705E; }
span { border-color: rgb(226,112,94); }
td.TdClassName
{
border-color: #E2705E;
}
.TagClassName
{
border-color: #E2705E;
}
</style>