Html Css Color HEX #EA6E63 Terra Cotta

📋 copy color: '#EA6E63'

red 234 ◦ green 110 ◦ blue 99

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

Shades of Terra Cotta #EA6E63

Tints of Terra Cotta #EA6E63

RGB

 RED value IS 234 (91.8% from 255) = 52.82%

 GREEN value IS 110 (43.36% from 255) = 24.83%

 BLUE value IS 99 (39.06% from 255) = 22.35%

R = 52.82%
G = 24.83%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA6E63 (or 0xEA6E63) is known color: Terra Cotta. HEX triplet: EA, 6E and 63. RGB value is (234,110,99). Sum of RGB (Red+Green+Blue) = 234+110+99=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E63 is #15919C. Grayscale: #919191. Windows color (decimal): -1413533 or 6516458. OLE color: 6516458.

HSL color Cylindrical-coordinate representation of color #EA6E63: hue angle of 4.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6E63 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 99 -
CMYK 0 0.53 0.58 0.08
HSL 4.89º 0.76% 0.65% -
HSV(B) 4.89º 0.58% 0.92% -
XYZ 41.76 29.55 15.31 -
YUV 145.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 234 110 99 0 0.53 0.58 0.08 4.89 0.76 0.65
Hex EA 6E 63 0 35 3A 8 5 4C 41
Octal 352 156 143 0 65 72 10 5 114 101
Binary 11101010 1101110 1100011 0 110101 111010 1000 101 1001100 1000001

Color Harmonies of #EA6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E63

Black with #EA6E63

Text Example


Text Example

White with #EA6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E63; }

 p { color: rgb(234,110,99); }

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

background-color css

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

 a { background-color: rgb(234,110,99); }

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

border-color css

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

 span { border-color: rgb(234,110,99); }

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