Shades of Terra Cotta #E16F63
Tints of Terra Cotta #E16F63
RGB
CMYK
RGB Variations
Color information
#E16F63 (or 0xE16F63) is known color: Terra Cotta. HEX triplet: E1, 6F and 63. RGB value is (225,111,99). Sum of RGB (Red+Green+Blue) = 225+111+99=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F63 is #1E909C. Grayscale: #8F8F8F. Windows color (decimal): -2003101 or 6516705. OLE color: 6516705.
HSL color Cylindrical-coordinate representation of color #E16F63: hue angle of 5.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16F63 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 99 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.12 |
| HSL | 5.71º | 0.68% | 0.64% | - |
| HSV(B) | 5.71º | 0.56% | 0.88% | - |
| XYZ | 38.99 | 28.28 | 15.21 | - |
| YUV | 143.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 99 | 0 | 0.51 | 0.56 | 0.12 | 5.71 | 0.68 | 0.64 |
| Hex | E1 | 6F | 63 | 0 | 33 | 38 | C | 6 | 44 | 40 |
| Octal | 341 | 157 | 143 | 0 | 63 | 70 | 14 | 6 | 104 | 100 |
| Binary | 11100001 | 1101111 | 1100011 | 0 | 110011 | 111000 | 1100 | 110 | 1000100 | 1000000 |
Color Harmonies of #E16F63
Complementary color
Monochromatic Colors of #E16F63
Black with #E16F63
Text Example
Text Example
White with #E16F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F63; }
p { color: rgb(225,111,99); }
H1.HeaderClassName
{
color: #E16F63;
}
.AnyTagClassName
{
color: #E16F63;
}
</style>
background-color css
<style>
a { background-color: #E16F63; }
a { background-color: rgb(225,111,99); }
div.DivClassName
{
background-color: #E16F63;
}
.BgClassName
{
background-color: #E16F63;
}
</style>
border-color css
<style>
span { border-color: #E16F63; }
span { border-color: rgb(225,111,99); }
td.TdClassName
{
border-color: #E16F63;
}
.TagClassName
{
border-color: #E16F63;
}
</style>