Html Css Color HEX #E96864 Terra Cotta

📋 copy color: '#E96864'

red 233 ◦ green 104 ◦ blue 100

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

Shades of Terra Cotta #E96864

Tints of Terra Cotta #E96864

RGB

 RED value IS 233 (91.41% from 255) = 53.32%

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 53.32%
G = 23.8%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E96864 (or 0xE96864) is known color: Terra Cotta. HEX triplet: E9, 68 and 64. RGB value is (233,104,100). Sum of RGB (Red+Green+Blue) = 233+104+100=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E96864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96864 is #16979B. Grayscale: #8E8E8E. Windows color (decimal): -1480604 or 6580457. OLE color: 6580457.

HSL color Cylindrical-coordinate representation of color #E96864: hue angle of 1.8º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96864 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 104 100 -
CMYK 0 0.55 0.57 0.09
HSL 1.8º 0.75% 0.65% -
HSV(B) 1.8º 0.57% 0.91% -
XYZ 40.85 28.14 15.34 -
YUV 142.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 233 104 100 0 0.55 0.57 0.09 1.8 0.75 0.65
Hex E9 68 64 0 37 39 9 2 4B 41
Octal 351 150 144 0 67 71 11 2 113 101
Binary 11101001 1101000 1100100 0 110111 111001 1001 10 1001011 1000001

Color Harmonies of #E96864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96864

Black with #E96864

Text Example


Text Example

White with #E96864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96864; }

 p { color: rgb(233,104,100); }

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

background-color css

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

 a { background-color: rgb(233,104,100); }

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

border-color css

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

 span { border-color: rgb(233,104,100); }

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