Html Css Color HEX #E1725E Terra Cotta

📋 copy color: '#E1725E'

red 225 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #E1725E

Tints of Terra Cotta #E1725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 51.96%
G = 26.33%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1725E (or 0xE1725E) is known color: Terra Cotta. HEX triplet: E1, 72 and 5E. RGB value is (225,114,94). Sum of RGB (Red+Green+Blue) = 225+114+94=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1725E is #1E8DA1. Grayscale: #919191. Windows color (decimal): -2002338 or 6189793. OLE color: 6189793.

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

Color convert

RGB 225 114 94 -
CMYK 0 0.49 0.58 0.12
HSL 9.16º 0.69% 0.63% -
HSV(B) 9.16º 0.58% 0.88% -
XYZ 39.09 28.85 14.1 -
YUV 144.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 225 114 94 0 0.49 0.58 0.12 9.16 0.69 0.63
Hex E1 72 5E 0 31 3A C 9 45 3F
Octal 341 162 136 0 61 72 14 11 105 77
Binary 11100001 1110010 1011110 0 110001 111010 1100 1001 1000101 111111

Color Harmonies of #E1725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1725E

Black with #E1725E

Text Example


Text Example

White with #E1725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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