#e2705e

Color #E2705E Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E2705E

Tints of Terra Cotta #E2705E

Color information

#E2705E (or 0xE2705E) is unknown color: approx Terra Cotta. HEX triplet: E2, 70 and 5E. RGB value is (226,112,94). Sum of RGB (Red+Green+Blue) = 226+112+94=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705E is #1D8FA1. Grayscale: #909090. Windows color (decimal): -1937314 or 6189282. OLE color: 6189282.

HSL color Cylindrical-coordinate representation of color #E2705E: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2705E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22611294-
CMYK00.500.580.11
HSL8.18º69.47%62.75%-
HSV(B)8.18º58.41%88.63%-
XYZ39.1828.5714.04-
YUV144.0399.77186.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 52.31%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=52.31%
G=25.93%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261129400.500.580.118.1869.4762.75
HexE2705E0323AB8453f
Octal34216013606272131010577
Binary11100010111000010111100110010111010101110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2705e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2705e; }

 p { color: rgb(226,112,94); }

 H1.HeaderClassName
 {
   color: #e2705e;
 }
 .AnyTagClassName
 {
   color: #e2705e;
 }
</style>
background-color css

<style>
 a { background-color: #e2705e; }

 a { background-color: rgb(226,112,94); }

 div.DivClassName
 {
   background-color: #e2705e;
 }
 .BgClassName
 {
   background-color: #e2705e;
 }
</style>
border-color css

<style>
 span { border-color: #e2705e; }

 span { border-color: rgb(226,112,94); }

 td.TdClassName
 {
   border-color: #e2705e;
 }
 .TagClassName
 {
   border-color: #e2705e;
 }
</style>