Shades of Terra Cotta #E2775E
Tints of Terra Cotta #E2775E
RGB
CMYK
RGB Variations
Color information
#E2775E (or 0xE2775E) is known color: Terra Cotta. HEX triplet: E2, 77 and 5E. RGB value is (226,119,94). Sum of RGB (Red+Green+Blue) = 226+119+94=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2775E is #1D88A1. Grayscale: #949494. Windows color (decimal): -1935522 or 6191074. OLE color: 6191074.
HSL color Cylindrical-coordinate representation of color #E2775E: hue angle of 11.36º 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 #E2775E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 94 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.11 |
| HSL | 11.36º | 0.69% | 0.63% | - |
| HSV(B) | 11.36º | 0.58% | 0.89% | - |
| XYZ | 39.98 | 30.17 | 14.31 | - |
| YUV | 148.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 94 | 0 | 0.47 | 0.58 | 0.11 | 11.36 | 0.69 | 0.63 |
| Hex | E2 | 77 | 5E | 0 | 2F | 3A | B | B | 45 | 3F |
| Octal | 342 | 167 | 136 | 0 | 57 | 72 | 13 | 13 | 105 | 77 |
| Binary | 11100010 | 1110111 | 1011110 | 0 | 101111 | 111010 | 1011 | 1011 | 1000101 | 111111 |
Color Harmonies of #E2775E
Complementary color
Monochromatic Colors of #E2775E
Black with #E2775E
Text Example
Text Example
White with #E2775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2775E; }
p { color: rgb(226,119,94); }
H1.HeaderClassName
{
color: #E2775E;
}
.AnyTagClassName
{
color: #E2775E;
}
</style>
background-color css
<style>
a { background-color: #E2775E; }
a { background-color: rgb(226,119,94); }
div.DivClassName
{
background-color: #E2775E;
}
.BgClassName
{
background-color: #E2775E;
}
</style>
border-color css
<style>
span { border-color: #E2775E; }
span { border-color: rgb(226,119,94); }
td.TdClassName
{
border-color: #E2775E;
}
.TagClassName
{
border-color: #E2775E;
}
</style>