Shades of Terra Cotta #E2765E
Tints of Terra Cotta #E2765E
RGB
CMYK
RGB Variations
Color information
#E2765E (or 0xE2765E) is known color: Terra Cotta. HEX triplet: E2, 76 and 5E. RGB value is (226,118,94). Sum of RGB (Red+Green+Blue) = 226+118+94=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2765E is #1D89A1. Grayscale: #939393. Windows color (decimal): -1935778 or 6190818. OLE color: 6190818.
HSL color Cylindrical-coordinate representation of color #E2765E: hue angle of 10.91º 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 #E2765E is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 94 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.11 |
| HSL | 10.91º | 0.69% | 0.63% | - |
| HSV(B) | 10.91º | 0.58% | 0.89% | - |
| XYZ | 39.86 | 29.93 | 14.27 | - |
| YUV | 147.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 94 | 0 | 0.48 | 0.58 | 0.11 | 10.91 | 0.69 | 0.63 |
| Hex | E2 | 76 | 5E | 0 | 30 | 3A | B | B | 45 | 3F |
| Octal | 342 | 166 | 136 | 0 | 60 | 72 | 13 | 13 | 105 | 77 |
| Binary | 11100010 | 1110110 | 1011110 | 0 | 110000 | 111010 | 1011 | 1011 | 1000101 | 111111 |
Color Harmonies of #E2765E
Complementary color
Monochromatic Colors of #E2765E
Black with #E2765E
Text Example
Text Example
White with #E2765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2765E; }
p { color: rgb(226,118,94); }
H1.HeaderClassName
{
color: #E2765E;
}
.AnyTagClassName
{
color: #E2765E;
}
</style>
background-color css
<style>
a { background-color: #E2765E; }
a { background-color: rgb(226,118,94); }
div.DivClassName
{
background-color: #E2765E;
}
.BgClassName
{
background-color: #E2765E;
}
</style>
border-color css
<style>
span { border-color: #E2765E; }
span { border-color: rgb(226,118,94); }
td.TdClassName
{
border-color: #E2765E;
}
.TagClassName
{
border-color: #E2765E;
}
</style>