Html Css Color HEX #E2705F Terra Cotta

📋 copy color: '#E2705F'

red 226 ◦ green 112 ◦ blue 95

#E2705F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #E2705F

Tints of Terra Cotta #E2705F

RGB

 RED value IS 226 (88.67% from 255) = 52.19%

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 52.19%
G = 25.87%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2705F (or 0xE2705F) is known color: Terra Cotta. HEX triplet: E2, 70 and 5F. RGB value is (226,112,95). Sum of RGB (Red+Green+Blue) = 226+112+95=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705F is #1D8FA0. Grayscale: #909090. Windows color (decimal): -1937313 or 6254818. OLE color: 6254818.

HSL color Cylindrical-coordinate representation of color #E2705F: hue angle of 7.79º 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 #E2705F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 95 -
CMYK 0 0.50 0.58 0.11
HSL 7.79º 0.69% 0.63% -
HSV(B) 7.79º 0.58% 0.89% -
XYZ 39.22 28.58 14.28 -
YUV 144.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 226 112 95 0 0.50 0.58 0.11 7.79 0.69 0.63
Hex E2 70 5F 0 32 3A B 8 45 3F
Octal 342 160 137 0 62 72 13 10 105 77
Binary 11100010 1110000 1011111 0 110010 111010 1011 1000 1000101 111111

Color Harmonies of #E2705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2705F

Black with #E2705F

Text Example


Text Example

White with #E2705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2705F; }

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

 H1.HeaderClassName
 {
   color: #E2705F;
 }
 .AnyTagClassName
 {
   color: #E2705F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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