Html Css Color HEX #E5A48E Tonys Pink

📋 copy color: '#E5A48E'

red 229 ◦ green 164 ◦ blue 142

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

Shades of Tonys Pink #E5A48E

Tints of Tonys Pink #E5A48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 42.8%
G = 30.65%
B = 26.54%

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

#E5A48E (or 0xE5A48E) is known color: Tonys Pink. HEX triplet: E5, A4 and 8E. RGB value is (229,164,142). Sum of RGB (Red+Green+Blue) = 229+164+142=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A48E is #1A5B71. Grayscale: #B5B5B5. Windows color (decimal): -1727346 or 9348325. OLE color: 9348325.

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

Color convert

RGB 229 164 142 -
CMYK 0 0.28 0.38 0.10
HSL 15.17º 0.63% 0.73% -
HSV(B) 15.17º 0.38% 0.9% -
XYZ 50.47 45.16 31.65 -
YUV 180.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 229 164 142 0 0.28 0.38 0.10 15.17 0.63 0.73
Hex E5 A4 8E 0 1C 26 A F 3F 49
Octal 345 244 216 0 34 46 12 17 77 111
Binary 11100101 10100100 10001110 0 11100 100110 1010 1111 111111 1001001

Color Harmonies of #E5A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A48E

Black with #E5A48E

Text Example


Text Example

White with #E5A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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