Html Css Color HEX #E2775C Terra Cotta

📋 copy color: '#E2775C'

red 226 ◦ green 119 ◦ blue 92

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

Shades of Terra Cotta #E2775C

Tints of Terra Cotta #E2775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 51.72%
G = 27.23%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2775C (or 0xE2775C) is known color: Terra Cotta. HEX triplet: E2, 77 and 5C. RGB value is (226,119,92). Sum of RGB (Red+Green+Blue) = 226+119+92=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2775C is #1D88A3. Grayscale: #949494. Windows color (decimal): -1935524 or 6060002. OLE color: 6060002.

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

Color convert

RGB 226 119 92 -
CMYK 0 0.47 0.59 0.11
HSL 12.09º 0.7% 0.62% -
HSV(B) 12.09º 0.59% 0.89% -
XYZ 39.89 30.14 13.84 -
YUV 147.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 226 119 92 0 0.47 0.59 0.11 12.09 0.7 0.62
Hex E2 77 5C 0 2F 3B B C 46 3E
Octal 342 167 134 0 57 73 13 14 106 76
Binary 11100010 1110111 1011100 0 101111 111011 1011 1100 1000110 111110

Color Harmonies of #E2775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2775C

Black with #E2775C

Text Example


Text Example

White with #E2775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2775C; }

 p { color: rgb(226,119,92); }

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

background-color css

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

 a { background-color: rgb(226,119,92); }

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

border-color css

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

 span { border-color: rgb(226,119,92); }

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