Html Css Color HEX #E1705D Terra Cotta

📋 copy color: '#E1705D'

red 225 ◦ green 112 ◦ blue 93

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

Shades of Terra Cotta #E1705D

Tints of Terra Cotta #E1705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 52.33%
G = 26.05%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1705D (or 0xE1705D) is known color: Terra Cotta. HEX triplet: E1, 70 and 5D. RGB value is (225,112,93). Sum of RGB (Red+Green+Blue) = 225+112+93=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1705D is #1E8FA2. Grayscale: #8F8F8F. Windows color (decimal): -2002851 or 6123745. OLE color: 6123745.

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

Color convert

RGB 225 112 93 -
CMYK 0 0.50 0.59 0.12
HSL 8.64º 0.69% 0.62% -
HSV(B) 8.64º 0.59% 0.88% -
XYZ 38.82 28.39 13.79 -
YUV 143.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 225 112 93 0 0.50 0.59 0.12 8.64 0.69 0.62
Hex E1 70 5D 0 32 3B C 9 45 3E
Octal 341 160 135 0 62 73 14 11 105 76
Binary 11100001 1110000 1011101 0 110010 111011 1100 1001 1000101 111110

Color Harmonies of #E1705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1705D

Black with #E1705D

Text Example


Text Example

White with #E1705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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