Html Css Color HEX #E2725B Terra Cotta

📋 copy color: '#E2725B'

red 226 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #E2725B

Tints of Terra Cotta #E2725B

RGB

 RED value IS 226 (88.67% from 255) = 52.44%

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 52.44%
G = 26.45%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2725B (or 0xE2725B) is known color: Terra Cotta. HEX triplet: E2, 72 and 5B. RGB value is (226,114,91). Sum of RGB (Red+Green+Blue) = 226+114+91=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2725B is #1D8DA4. Grayscale: #919191. Windows color (decimal): -1936805 or 5993186. OLE color: 5993186.

HSL color Cylindrical-coordinate representation of color #E2725B: hue angle of 10.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2725B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 91 -
CMYK 0 0.50 0.60 0.11
HSL 10.22º 0.7% 0.62% -
HSV(B) 10.22º 0.6% 0.89% -
XYZ 39.27 28.96 13.42 -
YUV 144.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 226 114 91 0 0.50 0.60 0.11 10.22 0.7 0.62
Hex E2 72 5B 0 32 3C B A 46 3E
Octal 342 162 133 0 62 74 13 12 106 76
Binary 11100010 1110010 1011011 0 110010 111100 1011 1010 1000110 111110

Color Harmonies of #E2725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2725B

Black with #E2725B

Text Example


Text Example

White with #E2725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2725B; }

 p { color: rgb(226,114,91); }

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

background-color css

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

 a { background-color: rgb(226,114,91); }

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

border-color css

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

 span { border-color: rgb(226,114,91); }

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