Shades of Terra Cotta #E1775D
Tints of Terra Cotta #E1775D
RGB
CMYK
RGB Variations
Color information
#E1775D (or 0xE1775D) is known color: Terra Cotta. HEX triplet: E1, 77 and 5D. RGB value is (225,119,93). Sum of RGB (Red+Green+Blue) = 225+119+93=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775D is #1E88A2. Grayscale: #939393. Windows color (decimal): -2001059 or 6125537. OLE color: 6125537.
HSL color Cylindrical-coordinate representation of color #E1775D: hue angle of 11.82º 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 #E1775D is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 93 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.12 |
| HSL | 11.82º | 0.69% | 0.62% | - |
| HSV(B) | 11.82º | 0.59% | 0.88% | - |
| XYZ | 39.62 | 29.99 | 14.06 | - |
| YUV | 147.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 93 | 0 | 0.47 | 0.59 | 0.12 | 11.82 | 0.69 | 0.62 |
| Hex | E1 | 77 | 5D | 0 | 2F | 3B | C | C | 45 | 3E |
| Octal | 341 | 167 | 135 | 0 | 57 | 73 | 14 | 14 | 105 | 76 |
| Binary | 11100001 | 1110111 | 1011101 | 0 | 101111 | 111011 | 1100 | 1100 | 1000101 | 111110 |
Color Harmonies of #E1775D
Complementary color
Monochromatic Colors of #E1775D
Black with #E1775D
Text Example
Text Example
White with #E1775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1775D; }
p { color: rgb(225,119,93); }
H1.HeaderClassName
{
color: #E1775D;
}
.AnyTagClassName
{
color: #E1775D;
}
</style>
background-color css
<style>
a { background-color: #E1775D; }
a { background-color: rgb(225,119,93); }
div.DivClassName
{
background-color: #E1775D;
}
.BgClassName
{
background-color: #E1775D;
}
</style>
border-color css
<style>
span { border-color: #E1775D; }
span { border-color: rgb(225,119,93); }
td.TdClassName
{
border-color: #E1775D;
}
.TagClassName
{
border-color: #E1775D;
}
</style>