Shades of Terra Cotta #E1765D
Tints of Terra Cotta #E1765D
RGB
CMYK
RGB Variations
Color information
#E1765D (or 0xE1765D) is known color: Terra Cotta. HEX triplet: E1, 76 and 5D. RGB value is (225,118,93). Sum of RGB (Red+Green+Blue) = 225+118+93=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1765D is #1E89A2. Grayscale: #939393. Windows color (decimal): -2001315 or 6125281. OLE color: 6125281.
HSL color Cylindrical-coordinate representation of color #E1765D: hue angle of 11.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1765D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 93 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.12 |
| HSL | 11.36º | 0.69% | 0.62% | - |
| HSV(B) | 11.36º | 0.59% | 0.88% | - |
| XYZ | 39.51 | 29.75 | 14.02 | - |
| YUV | 147.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 93 | 0 | 0.48 | 0.59 | 0.12 | 11.36 | 0.69 | 0.62 |
| Hex | E1 | 76 | 5D | 0 | 30 | 3B | C | B | 45 | 3E |
| Octal | 341 | 166 | 135 | 0 | 60 | 73 | 14 | 13 | 105 | 76 |
| Binary | 11100001 | 1110110 | 1011101 | 0 | 110000 | 111011 | 1100 | 1011 | 1000101 | 111110 |
Color Harmonies of #E1765D
Complementary color
Monochromatic Colors of #E1765D
Black with #E1765D
Text Example
Text Example
White with #E1765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1765D; }
p { color: rgb(225,118,93); }
H1.HeaderClassName
{
color: #E1765D;
}
.AnyTagClassName
{
color: #E1765D;
}
</style>
background-color css
<style>
a { background-color: #E1765D; }
a { background-color: rgb(225,118,93); }
div.DivClassName
{
background-color: #E1765D;
}
.BgClassName
{
background-color: #E1765D;
}
</style>
border-color css
<style>
span { border-color: #E1765D; }
span { border-color: rgb(225,118,93); }
td.TdClassName
{
border-color: #E1765D;
}
.TagClassName
{
border-color: #E1765D;
}
</style>