Html Css Color HEX #E5A990 Tonys Pink

📋 copy color: '#E5A990'

red 229 ◦ green 169 ◦ blue 144

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

Shades of Tonys Pink #E5A990

Tints of Tonys Pink #E5A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.18%

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

R = 42.25%
G = 31.18%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5A990 (or 0xE5A990) is known color: Tonys Pink. HEX triplet: E5, A9 and 90. RGB value is (229,169,144). Sum of RGB (Red+Green+Blue) = 229+169+144=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A990 is #1A566F. Grayscale: #B8B8B8. Windows color (decimal): -1726064 or 9480677. OLE color: 9480677.

HSL color Cylindrical-coordinate representation of color #E5A990: hue angle of 17.65º 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 #E5A990 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 169 144 -
CMYK 0 0.26 0.37 0.10
HSL 17.65º 0.62% 0.73% -
HSV(B) 17.65º 0.37% 0.9% -
XYZ 51.54 47.05 32.75 -
YUV 184.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 229 169 144 0 0.26 0.37 0.10 17.65 0.62 0.73
Hex E5 A9 90 0 1A 25 A 12 3E 49
Octal 345 251 220 0 32 45 12 22 76 111
Binary 11100101 10101001 10010000 0 11010 100101 1010 10010 111110 1001001

Color Harmonies of #E5A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A990

Black with #E5A990

Text Example


Text Example

White with #E5A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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