Shades of Terra Cotta #E1725C
Tints of Terra Cotta #E1725C
RGB
CMYK
RGB Variations
Color information
#E1725C (or 0xE1725C) is known color: Terra Cotta. HEX triplet: E1, 72 and 5C. RGB value is (225,114,92). Sum of RGB (Red+Green+Blue) = 225+114+92=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1725C is #1E8DA3. Grayscale: #909090. Windows color (decimal): -2002340 or 6058721. OLE color: 6058721.
HSL color Cylindrical-coordinate representation of color #E1725C: hue angle of 9.92º 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 #E1725C is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 92 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.12 |
| HSL | 9.92º | 0.69% | 0.62% | - |
| HSV(B) | 9.92º | 0.59% | 0.88% | - |
| XYZ | 39 | 28.81 | 13.63 | - |
| YUV | 144.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 92 | 0 | 0.49 | 0.59 | 0.12 | 9.92 | 0.69 | 0.62 |
| Hex | E1 | 72 | 5C | 0 | 31 | 3B | C | A | 45 | 3E |
| Octal | 341 | 162 | 134 | 0 | 61 | 73 | 14 | 12 | 105 | 76 |
| Binary | 11100001 | 1110010 | 1011100 | 0 | 110001 | 111011 | 1100 | 1010 | 1000101 | 111110 |
Color Harmonies of #E1725C
Complementary color
Monochromatic Colors of #E1725C
Black with #E1725C
Text Example
Text Example
White with #E1725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1725C; }
p { color: rgb(225,114,92); }
H1.HeaderClassName
{
color: #E1725C;
}
.AnyTagClassName
{
color: #E1725C;
}
</style>
background-color css
<style>
a { background-color: #E1725C; }
a { background-color: rgb(225,114,92); }
div.DivClassName
{
background-color: #E1725C;
}
.BgClassName
{
background-color: #E1725C;
}
</style>
border-color css
<style>
span { border-color: #E1725C; }
span { border-color: rgb(225,114,92); }
td.TdClassName
{
border-color: #E1725C;
}
.TagClassName
{
border-color: #E1725C;
}
</style>