Html Css Color HEX #E16F68 Terra Cotta

📋 copy color: '#E16F68'

red 225 ◦ green 111 ◦ blue 104

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

Shades of Terra Cotta #E16F68

Tints of Terra Cotta #E16F68

RGB

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

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

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

R = 51.14%
G = 25.23%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E16F68 (or 0xE16F68) is known color: Terra Cotta. HEX triplet: E1, 6F and 68. RGB value is (225,111,104). Sum of RGB (Red+Green+Blue) = 225+111+104=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F68 is #1E9097. Grayscale: #909090. Windows color (decimal): -2003096 or 6844385. OLE color: 6844385.

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

Color convert

RGB 225 111 104 -
CMYK 0 0.51 0.54 0.12
HSL 3.47º 0.67% 0.65% -
HSV(B) 3.47º 0.54% 0.88% -
XYZ 39.23 28.38 16.51 -
YUV 144.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 225 111 104 0 0.51 0.54 0.12 3.47 0.67 0.65
Hex E1 6F 68 0 33 36 C 3 43 41
Octal 341 157 150 0 63 66 14 3 103 101
Binary 11100001 1101111 1101000 0 110011 110110 1100 11 1000011 1000001

Color Harmonies of #E16F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F68

Black with #E16F68

Text Example


Text Example

White with #E16F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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