Shades of Terra Cotta #E2745E
Tints of Terra Cotta #E2745E
RGB
CMYK
RGB Variations
Color information
#E2745E (or 0xE2745E) is known color: Terra Cotta. HEX triplet: E2, 74 and 5E. RGB value is (226,116,94). Sum of RGB (Red+Green+Blue) = 226+116+94=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2745E is #1D8BA1. Grayscale: #929292. Windows color (decimal): -1936290 or 6190306. OLE color: 6190306.
HSL color Cylindrical-coordinate representation of color #E2745E: hue angle of 10º 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 #E2745E is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 94 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.11 |
| HSL | 10º | 0.69% | 0.63% | - |
| HSV(B) | 10º | 0.58% | 0.89% | - |
| XYZ | 39.63 | 29.47 | 14.19 | - |
| YUV | 146.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 94 | 0 | 0.49 | 0.58 | 0.11 | 10 | 0.69 | 0.63 |
| Hex | E2 | 74 | 5E | 0 | 31 | 3A | B | A | 45 | 3F |
| Octal | 342 | 164 | 136 | 0 | 61 | 72 | 13 | 12 | 105 | 77 |
| Binary | 11100010 | 1110100 | 1011110 | 0 | 110001 | 111010 | 1011 | 1010 | 1000101 | 111111 |
Color Harmonies of #E2745E
Complementary color
Monochromatic Colors of #E2745E
Black with #E2745E
Text Example
Text Example
White with #E2745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2745E; }
p { color: rgb(226,116,94); }
H1.HeaderClassName
{
color: #E2745E;
}
.AnyTagClassName
{
color: #E2745E;
}
</style>
background-color css
<style>
a { background-color: #E2745E; }
a { background-color: rgb(226,116,94); }
div.DivClassName
{
background-color: #E2745E;
}
.BgClassName
{
background-color: #E2745E;
}
</style>
border-color css
<style>
span { border-color: #E2745E; }
span { border-color: rgb(226,116,94); }
td.TdClassName
{
border-color: #E2745E;
}
.TagClassName
{
border-color: #E2745E;
}
</style>