Shades of Terra Cotta #E1755D
Tints of Terra Cotta #E1755D
RGB
CMYK
RGB Variations
Color information
#E1755D (or 0xE1755D) is known color: Terra Cotta. HEX triplet: E1, 75 and 5D. RGB value is (225,117,93). Sum of RGB (Red+Green+Blue) = 225+117+93=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1755D is #1E8AA2. Grayscale: #929292. Windows color (decimal): -2001571 or 6125025. OLE color: 6125025.
HSL color Cylindrical-coordinate representation of color #E1755D: hue angle of 10.91º 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 #E1755D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 93 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.12 |
| HSL | 10.91º | 0.69% | 0.62% | - |
| HSV(B) | 10.91º | 0.59% | 0.88% | - |
| XYZ | 39.39 | 29.52 | 13.98 | - |
| YUV | 146.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 93 | 0 | 0.48 | 0.59 | 0.12 | 10.91 | 0.69 | 0.62 |
| Hex | E1 | 75 | 5D | 0 | 30 | 3B | C | B | 45 | 3E |
| Octal | 341 | 165 | 135 | 0 | 60 | 73 | 14 | 13 | 105 | 76 |
| Binary | 11100001 | 1110101 | 1011101 | 0 | 110000 | 111011 | 1100 | 1011 | 1000101 | 111110 |
Color Harmonies of #E1755D
Complementary color
Monochromatic Colors of #E1755D
Black with #E1755D
Text Example
Text Example
White with #E1755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1755D; }
p { color: rgb(225,117,93); }
H1.HeaderClassName
{
color: #E1755D;
}
.AnyTagClassName
{
color: #E1755D;
}
</style>
background-color css
<style>
a { background-color: #E1755D; }
a { background-color: rgb(225,117,93); }
div.DivClassName
{
background-color: #E1755D;
}
.BgClassName
{
background-color: #E1755D;
}
</style>
border-color css
<style>
span { border-color: #E1755D; }
span { border-color: rgb(225,117,93); }
td.TdClassName
{
border-color: #E1755D;
}
.TagClassName
{
border-color: #E1755D;
}
</style>