Shades of Terra Cotta #E17168
Tints of Terra Cotta #E17168
RGB
CMYK
RGB Variations
Color information
#E17168 (or 0xE17168) is known color: Terra Cotta. HEX triplet: E1, 71 and 68. RGB value is (225,113,104). Sum of RGB (Red+Green+Blue) = 225+113+104=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17168 is #1E8E97. Grayscale: #919191. Windows color (decimal): -2002584 or 6844897. OLE color: 6844897.
HSL color Cylindrical-coordinate representation of color #E17168: hue angle of 4.46º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E17168 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 104 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.12 |
| HSL | 4.46º | 0.67% | 0.65% | - |
| HSV(B) | 4.46º | 0.54% | 0.88% | - |
| XYZ | 39.46 | 28.82 | 16.58 | - |
| YUV | 145.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 104 | 0 | 0.50 | 0.54 | 0.12 | 4.46 | 0.67 | 0.65 |
| Hex | E1 | 71 | 68 | 0 | 32 | 36 | C | 4 | 43 | 41 |
| Octal | 341 | 161 | 150 | 0 | 62 | 66 | 14 | 4 | 103 | 101 |
| Binary | 11100001 | 1110001 | 1101000 | 0 | 110010 | 110110 | 1100 | 100 | 1000011 | 1000001 |
Color Harmonies of #E17168
Complementary color
Monochromatic Colors of #E17168
Black with #E17168
Text Example
Text Example
White with #E17168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17168; }
p { color: rgb(225,113,104); }
H1.HeaderClassName
{
color: #E17168;
}
.AnyTagClassName
{
color: #E17168;
}
</style>
background-color css
<style>
a { background-color: #E17168; }
a { background-color: rgb(225,113,104); }
div.DivClassName
{
background-color: #E17168;
}
.BgClassName
{
background-color: #E17168;
}
</style>
border-color css
<style>
span { border-color: #E17168; }
span { border-color: rgb(225,113,104); }
td.TdClassName
{
border-color: #E17168;
}
.TagClassName
{
border-color: #E17168;
}
</style>