Html Css Color HEX #E17069 Terra Cotta

📋 copy color: '#E17069'

red 225 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #E17069

Tints of Terra Cotta #E17069

RGB

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

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

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

R = 50.9%
G = 25.34%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E17069 (or 0xE17069) is known color: Terra Cotta. HEX triplet: E1, 70 and 69. RGB value is (225,112,105). Sum of RGB (Red+Green+Blue) = 225+112+105=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17069 is #1E8F96. Grayscale: #919191. Windows color (decimal): -2002839 or 6910177. OLE color: 6910177.

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

Color convert

RGB 225 112 105 -
CMYK 0 0.50 0.53 0.12
HSL 3.5º 0.67% 0.65% -
HSV(B) 3.5º 0.53% 0.88% -
XYZ 39.4 28.62 16.81 -
YUV 144.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 225 112 105 0 0.50 0.53 0.12 3.5 0.67 0.65
Hex E1 70 69 0 32 35 C 4 43 41
Octal 341 160 151 0 62 65 14 4 103 101
Binary 11100001 1110000 1101001 0 110010 110101 1100 100 1000011 1000001

Color Harmonies of #E17069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17069

Black with #E17069

Text Example


Text Example

White with #E17069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17069; }

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

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

background-color css

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

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

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

border-color css

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

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

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