Html Css Color HEX #E0725D Terra Cotta

📋 copy color: '#E0725D'

red 224 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #E0725D

Tints of Terra Cotta #E0725D

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

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

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

R = 51.97%
G = 26.45%
B = 21.58%

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

#E0725D (or 0xE0725D) is known color: Terra Cotta. HEX triplet: E0, 72 and 5D. RGB value is (224,114,93). Sum of RGB (Red+Green+Blue) = 224+114+93=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0725D is #1F8DA2. Grayscale: #909090. Windows color (decimal): -2067875 or 6124256. OLE color: 6124256.

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

Color convert

RGB 224 114 93 -
CMYK 0 0.49 0.58 0.12
HSL 9.62º 0.68% 0.62% -
HSV(B) 9.62º 0.58% 0.88% -
XYZ 38.73 28.67 13.85 -
YUV 144.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 224 114 93 0 0.49 0.58 0.12 9.62 0.68 0.62
Hex E0 72 5D 0 31 3A C A 44 3E
Octal 340 162 135 0 61 72 14 12 104 76
Binary 11100000 1110010 1011101 0 110001 111010 1100 1010 1000100 111110

Color Harmonies of #E0725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0725D

Black with #E0725D

Text Example


Text Example

White with #E0725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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