Html Css Color HEX #E5A390 Tonys Pink

📋 copy color: '#E5A390'

red 229 ◦ green 163 ◦ blue 144

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

Shades of Tonys Pink #E5A390

Tints of Tonys Pink #E5A390

RGB

 RED value IS 229 (89.84% from 255) = 42.72%

 GREEN value IS 163 (64.06% from 255) = 30.41%

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 42.72%
G = 30.41%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5A390 (or 0xE5A390) is known color: Tonys Pink. HEX triplet: E5, A3 and 90. RGB value is (229,163,144). Sum of RGB (Red+Green+Blue) = 229+163+144=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A390 is #1A5C6F. Grayscale: #B4B4B4. Windows color (decimal): -1727600 or 9479141. OLE color: 9479141.

HSL color Cylindrical-coordinate representation of color #E5A390: hue angle of 13.41º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5A390 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 144 -
CMYK 0 0.29 0.37 0.10
HSL 13.41º 0.62% 0.73% -
HSV(B) 13.41º 0.37% 0.9% -
XYZ 50.44 44.87 32.39 -
YUV 180.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 229 163 144 0 0.29 0.37 0.10 13.41 0.62 0.73
Hex E5 A3 90 0 1D 25 A D 3E 49
Octal 345 243 220 0 35 45 12 15 76 111
Binary 11100101 10100011 10010000 0 11101 100101 1010 1101 111110 1001001

Color Harmonies of #E5A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A390

Black with #E5A390

Text Example


Text Example

White with #E5A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A390; }

 p { color: rgb(229,163,144); }

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

background-color css

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

 a { background-color: rgb(229,163,144); }

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

border-color css

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

 span { border-color: rgb(229,163,144); }

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