Shades of Terra Cotta #E87565
Tints of Terra Cotta #E87565
RGB
CMYK
RGB Variations
Color information
#E87565 (or 0xE87565) is known color: Terra Cotta. HEX triplet: E8, 75 and 65. RGB value is (232,117,101). Sum of RGB (Red+Green+Blue) = 232+117+101=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E87565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87565 is #178A9A. Grayscale: #959595. Windows color (decimal): -1542811 or 6649320. OLE color: 6649320.
HSL color Cylindrical-coordinate representation of color #E87565: hue angle of 7.33º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E87565 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 101 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.09 |
| HSL | 7.33º | 0.74% | 0.65% | - |
| HSV(B) | 7.33º | 0.56% | 0.91% | - |
| XYZ | 41.99 | 30.82 | 16.05 | - |
| YUV | 149.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 101 | 0 | 0.50 | 0.56 | 0.09 | 7.33 | 0.74 | 0.65 |
| Hex | E8 | 75 | 65 | 0 | 32 | 38 | 9 | 7 | 4A | 41 |
| Octal | 350 | 165 | 145 | 0 | 62 | 70 | 11 | 7 | 112 | 101 |
| Binary | 11101000 | 1110101 | 1100101 | 0 | 110010 | 111000 | 1001 | 111 | 1001010 | 1000001 |
Color Harmonies of #E87565
Complementary color
Monochromatic Colors of #E87565
Black with #E87565
Text Example
Text Example
White with #E87565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87565; }
p { color: rgb(232,117,101); }
H1.HeaderClassName
{
color: #E87565;
}
.AnyTagClassName
{
color: #E87565;
}
</style>
background-color css
<style>
a { background-color: #E87565; }
a { background-color: rgb(232,117,101); }
div.DivClassName
{
background-color: #E87565;
}
.BgClassName
{
background-color: #E87565;
}
</style>
border-color css
<style>
span { border-color: #E87565; }
span { border-color: rgb(232,117,101); }
td.TdClassName
{
border-color: #E87565;
}
.TagClassName
{
border-color: #E87565;
}
</style>