Html Css Color HEX #E17465 Terra Cotta

📋 copy color: '#E17465'

red 225 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #E17465

Tints of Terra Cotta #E17465

RGB

 RED value IS 225 (88.28% from 255) = 50.9%

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 50.9%
G = 26.24%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E17465 (or 0xE17465) is known color: Terra Cotta. HEX triplet: E1, 74 and 65. RGB value is (225,116,101). Sum of RGB (Red+Green+Blue) = 225+116+101=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17465 is #1E8B9A. Grayscale: #939393. Windows color (decimal): -2001819 or 6649057. OLE color: 6649057.

HSL color Cylindrical-coordinate representation of color #E17465: hue angle of 7.26º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E17465 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 116 101 -
CMYK 0 0.48 0.55 0.12
HSL 7.26º 0.67% 0.64% -
HSV(B) 7.26º 0.55% 0.88% -
XYZ 39.65 29.44 15.9 -
YUV 146.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 225 116 101 0 0.48 0.55 0.12 7.26 0.67 0.64
Hex E1 74 65 0 30 37 C 7 43 40
Octal 341 164 145 0 60 67 14 7 103 100
Binary 11100001 1110100 1100101 0 110000 110111 1100 111 1000011 1000000

Color Harmonies of #E17465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17465

Black with #E17465

Text Example


Text Example

White with #E17465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17465; }

 p { color: rgb(225,116,101); }

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

background-color css

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

 a { background-color: rgb(225,116,101); }

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

border-color css

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

 span { border-color: rgb(225,116,101); }

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