Html Css Color HEX #E07161 Terra Cotta

📋 copy color: '#E07161'

red 224 ◦ green 113 ◦ blue 97

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

Shades of Terra Cotta #E07161

Tints of Terra Cotta #E07161

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 51.61%
G = 26.04%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07161 (or 0xE07161) is known color: Terra Cotta. HEX triplet: E0, 71 and 61. RGB value is (224,113,97). Sum of RGB (Red+Green+Blue) = 224+113+97=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E07161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07161 is #1F8E9E. Grayscale: #909090. Windows color (decimal): -2068127 or 6386144. OLE color: 6386144.

HSL color Cylindrical-coordinate representation of color #E07161: hue angle of 7.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07161 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 97 -
CMYK 0 0.50 0.57 0.12
HSL 7.56º 0.67% 0.63% -
HSV(B) 7.56º 0.57% 0.88% -
XYZ 38.8 28.52 14.77 -
YUV 144.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 224 113 97 0 0.50 0.57 0.12 7.56 0.67 0.63
Hex E0 71 61 0 32 39 C 8 43 3F
Octal 340 161 141 0 62 71 14 10 103 77
Binary 11100000 1110001 1100001 0 110010 111001 1100 1000 1000011 111111

Color Harmonies of #E07161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07161

Black with #E07161

Text Example


Text Example

White with #E07161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07161; }

 p { color: rgb(224,113,97); }

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

background-color css

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

 a { background-color: rgb(224,113,97); }

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

border-color css

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

 span { border-color: rgb(224,113,97); }

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