Html Css Color HEX #E27268 Terra Cotta

📋 copy color: '#E27268'

red 226 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #E27268

Tints of Terra Cotta #E27268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 50.9%
G = 25.68%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E27268 (or 0xE27268) is known color: Terra Cotta. HEX triplet: E2, 72 and 68. RGB value is (226,114,104). Sum of RGB (Red+Green+Blue) = 226+114+104=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E27268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27268 is #1D8D97. Grayscale: #929292. Windows color (decimal): -1936792 or 6845154. OLE color: 6845154.

HSL color Cylindrical-coordinate representation of color #E27268: hue angle of 4.92º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E27268 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 104 -
CMYK 0 0.50 0.54 0.11
HSL 4.92º 0.68% 0.65% -
HSV(B) 4.92º 0.54% 0.89% -
XYZ 39.88 29.2 16.63 -
YUV 146.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 226 114 104 0 0.50 0.54 0.11 4.92 0.68 0.65
Hex E2 72 68 0 32 36 B 5 44 41
Octal 342 162 150 0 62 66 13 5 104 101
Binary 11100010 1110010 1101000 0 110010 110110 1011 101 1000100 1000001

Color Harmonies of #E27268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27268

Black with #E27268

Text Example


Text Example

White with #E27268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27268; }

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

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

background-color css

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

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

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

border-color css

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

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

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