Html Css Color HEX #E2745B Terra Cotta

📋 copy color: '#E2745B'

red 226 ◦ green 116 ◦ blue 91

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

Shades of Terra Cotta #E2745B

Tints of Terra Cotta #E2745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 52.19%
G = 26.79%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2745B (or 0xE2745B) is known color: Terra Cotta. HEX triplet: E2, 74 and 5B. RGB value is (226,116,91). Sum of RGB (Red+Green+Blue) = 226+116+91=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2745B is #1D8BA4. Grayscale: #929292. Windows color (decimal): -1936293 or 5993698. OLE color: 5993698.

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

Color convert

RGB 226 116 91 -
CMYK 0 0.49 0.60 0.11
HSL 11.11º 0.7% 0.62% -
HSV(B) 11.11º 0.6% 0.89% -
XYZ 39.5 29.41 13.49 -
YUV 146.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 226 116 91 0 0.49 0.60 0.11 11.11 0.7 0.62
Hex E2 74 5B 0 31 3C B B 46 3E
Octal 342 164 133 0 61 74 13 13 106 76
Binary 11100010 1110100 1011011 0 110001 111100 1011 1011 1000110 111110

Color Harmonies of #E2745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2745B

Black with #E2745B

Text Example


Text Example

White with #E2745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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