Html Css Color HEX #E16F69 Terra Cotta

📋 copy color: '#E16F69'

red 225 ◦ green 111 ◦ blue 105

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

Shades of Terra Cotta #E16F69

Tints of Terra Cotta #E16F69

RGB

 RED value IS 225 (88.28% from 255) = 51.02%

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 51.02%
G = 25.17%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E16F69 (or 0xE16F69) is known color: Terra Cotta. HEX triplet: E1, 6F and 69. RGB value is (225,111,105). Sum of RGB (Red+Green+Blue) = 225+111+105=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F69 is #1E9096. Grayscale: #909090. Windows color (decimal): -2003095 or 6909921. OLE color: 6909921.

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

Color convert

RGB 225 111 105 -
CMYK 0 0.51 0.53 0.12
HSL 0.67% 0.65% -
HSV(B) 0.53% 0.88% -
XYZ 39.29 28.4 16.78 -
YUV 144.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 225 111 105 0 0.51 0.53 0.12 3 0.67 0.65
Hex E1 6F 69 0 33 35 C 3 43 41
Octal 341 157 151 0 63 65 14 3 103 101
Binary 11100001 1101111 1101001 0 110011 110101 1100 11 1000011 1000001

Color Harmonies of #E16F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F69

Black with #E16F69

Text Example


Text Example

White with #E16F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F69; }

 p { color: rgb(225,111,105); }

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

background-color css

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

 a { background-color: rgb(225,111,105); }

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

border-color css

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

 span { border-color: rgb(225,111,105); }

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