Html Css Color HEX #E47068 Terra Cotta

📋 copy color: '#E47068'

red 228 ◦ green 112 ◦ blue 104

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

Shades of Terra Cotta #E47068

Tints of Terra Cotta #E47068

RGB

 RED value IS 228 (89.45% from 255) = 51.35%

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 51.35%
G = 25.23%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E47068 (or 0xE47068) is known color: Terra Cotta. HEX triplet: E4, 70 and 68. RGB value is (228,112,104). Sum of RGB (Red+Green+Blue) = 228+112+104=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E47068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47068 is #1B8F97. Grayscale: #919191. Windows color (decimal): -1806232 or 6844644. OLE color: 6844644.

HSL color Cylindrical-coordinate representation of color #E47068: hue angle of 3.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E47068 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 104 -
CMYK 0 0.51 0.54 0.11
HSL 3.87º 0.7% 0.65% -
HSV(B) 3.87º 0.54% 0.89% -
XYZ 40.29 29.08 16.59 -
YUV 145.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 228 112 104 0 0.51 0.54 0.11 3.87 0.7 0.65
Hex E4 70 68 0 33 36 B 4 46 41
Octal 344 160 150 0 63 66 13 4 106 101
Binary 11100100 1110000 1101000 0 110011 110110 1011 100 1000110 1000001

Color Harmonies of #E47068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47068

Black with #E47068

Text Example


Text Example

White with #E47068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47068; }

 p { color: rgb(228,112,104); }

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

background-color css

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

 a { background-color: rgb(228,112,104); }

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

border-color css

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

 span { border-color: rgb(228,112,104); }

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