Html Css Color HEX #E5A48D Tonys Pink

📋 copy color: '#E5A48D'

red 229 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #E5A48D

Tints of Tonys Pink #E5A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 42.88%
G = 30.71%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5A48D (or 0xE5A48D) is known color: Tonys Pink. HEX triplet: E5, A4 and 8D. RGB value is (229,164,141). Sum of RGB (Red+Green+Blue) = 229+164+141=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A48D is #1A5B72. Grayscale: #B4B4B4. Windows color (decimal): -1727347 or 9282789. OLE color: 9282789.

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

Color convert

RGB 229 164 141 -
CMYK 0 0.28 0.38 0.10
HSL 15.68º 0.63% 0.73% -
HSV(B) 15.68º 0.38% 0.9% -
XYZ 50.4 45.13 31.25 -
YUV 180.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 229 164 141 0 0.28 0.38 0.10 15.68 0.63 0.73
Hex E5 A4 8D 0 1C 26 A 10 3F 49
Octal 345 244 215 0 34 46 12 20 77 111
Binary 11100101 10100100 10001101 0 11100 100110 1010 10000 111111 1001001

Color Harmonies of #E5A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A48D

Black with #E5A48D

Text Example


Text Example

White with #E5A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A48D; }

 p { color: rgb(229,164,141); }

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

background-color css

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

 a { background-color: rgb(229,164,141); }

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

border-color css

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

 span { border-color: rgb(229,164,141); }

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