Shades of Terra Cotta #E2755C
Tints of Terra Cotta #E2755C
RGB
CMYK
RGB Variations
Color information
#E2755C (or 0xE2755C) is known color: Terra Cotta. HEX triplet: E2, 75 and 5C. RGB value is (226,117,92). Sum of RGB (Red+Green+Blue) = 226+117+92=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2755C is #1D8AA3. Grayscale: #929292. Windows color (decimal): -1936036 or 6059490. OLE color: 6059490.
HSL color Cylindrical-coordinate representation of color #E2755C: hue angle of 11.19º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2755C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 92 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.11 |
| HSL | 11.19º | 0.7% | 0.62% | - |
| HSV(B) | 11.19º | 0.59% | 0.89% | - |
| XYZ | 39.66 | 29.66 | 13.76 | - |
| YUV | 146.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 92 | 0 | 0.48 | 0.59 | 0.11 | 11.19 | 0.7 | 0.62 |
| Hex | E2 | 75 | 5C | 0 | 30 | 3B | B | B | 46 | 3E |
| Octal | 342 | 165 | 134 | 0 | 60 | 73 | 13 | 13 | 106 | 76 |
| Binary | 11100010 | 1110101 | 1011100 | 0 | 110000 | 111011 | 1011 | 1011 | 1000110 | 111110 |
Color Harmonies of #E2755C
Complementary color
Monochromatic Colors of #E2755C
Black with #E2755C
Text Example
Text Example
White with #E2755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2755C; }
p { color: rgb(226,117,92); }
H1.HeaderClassName
{
color: #E2755C;
}
.AnyTagClassName
{
color: #E2755C;
}
</style>
background-color css
<style>
a { background-color: #E2755C; }
a { background-color: rgb(226,117,92); }
div.DivClassName
{
background-color: #E2755C;
}
.BgClassName
{
background-color: #E2755C;
}
</style>
border-color css
<style>
span { border-color: #E2755C; }
span { border-color: rgb(226,117,92); }
td.TdClassName
{
border-color: #E2755C;
}
.TagClassName
{
border-color: #E2755C;
}
</style>