Html Css Color HEX #E96961 Terra Cotta

📋 copy color: '#E96961'

red 233 ◦ green 105 ◦ blue 97

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

Shades of Terra Cotta #E96961

Tints of Terra Cotta #E96961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 53.56%
G = 24.14%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96961 (or 0xE96961) is known color: Terra Cotta. HEX triplet: E9, 69 and 61. RGB value is (233,105,97). Sum of RGB (Red+Green+Blue) = 233+105+97=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96961 is #16969E. Grayscale: #8E8E8E. Windows color (decimal): -1480351 or 6384105. OLE color: 6384105.

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

Color convert

RGB 233 105 97 -
CMYK 0 0.55 0.58 0.09
HSL 3.53º 0.76% 0.65% -
HSV(B) 3.53º 0.58% 0.91% -
XYZ 40.81 28.29 14.62 -
YUV 142.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 233 105 97 0 0.55 0.58 0.09 3.53 0.76 0.65
Hex E9 69 61 0 37 3A 9 4 4C 41
Octal 351 151 141 0 67 72 11 4 114 101
Binary 11101001 1101001 1100001 0 110111 111010 1001 100 1001100 1000001

Color Harmonies of #E96961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96961

Black with #E96961

Text Example


Text Example

White with #E96961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96961; }

 p { color: rgb(233,105,97); }

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

background-color css

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

 a { background-color: rgb(233,105,97); }

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

border-color css

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

 span { border-color: rgb(233,105,97); }

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