Html Css Color HEX #E1725D Terra Cotta

📋 copy color: '#E1725D'

red 225 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #E1725D

Tints of Terra Cotta #E1725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 52.08%
G = 26.39%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1725D (or 0xE1725D) is known color: Terra Cotta. HEX triplet: E1, 72 and 5D. RGB value is (225,114,93). Sum of RGB (Red+Green+Blue) = 225+114+93=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1725D is #1E8DA2. Grayscale: #909090. Windows color (decimal): -2002339 or 6124257. OLE color: 6124257.

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

Color convert

RGB 225 114 93 -
CMYK 0 0.49 0.59 0.12
HSL 9.55º 0.69% 0.62% -
HSV(B) 9.55º 0.59% 0.88% -
XYZ 39.04 28.83 13.86 -
YUV 144.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 225 114 93 0 0.49 0.59 0.12 9.55 0.69 0.62
Hex E1 72 5D 0 31 3B C A 45 3E
Octal 341 162 135 0 61 73 14 12 105 76
Binary 11100001 1110010 1011101 0 110001 111011 1100 1010 1000101 111110

Color Harmonies of #E1725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1725D

Black with #E1725D

Text Example


Text Example

White with #E1725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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