Html Css Color HEX #E5A28D Tonys Pink

📋 copy color: '#E5A28D'

red 229 ◦ green 162 ◦ blue 141

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

Shades of Tonys Pink #E5A28D

Tints of Tonys Pink #E5A28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.45%

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

R = 43.05%
G = 30.45%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5A28D (or 0xE5A28D) is known color: Tonys Pink. HEX triplet: E5, A2 and 8D. RGB value is (229,162,141). Sum of RGB (Red+Green+Blue) = 229+162+141=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A28D is #1A5D72. Grayscale: #B3B3B3. Windows color (decimal): -1727859 or 9282277. OLE color: 9282277.

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

Color convert

RGB 229 162 141 -
CMYK 0 0.29 0.38 0.10
HSL 14.32º 0.63% 0.73% -
HSV(B) 14.32º 0.38% 0.9% -
XYZ 50.04 44.42 31.14 -
YUV 179.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 229 162 141 0 0.29 0.38 0.10 14.32 0.63 0.73
Hex E5 A2 8D 0 1D 26 A E 3F 49
Octal 345 242 215 0 35 46 12 16 77 111
Binary 11100101 10100010 10001101 0 11101 100110 1010 1110 111111 1001001

Color Harmonies of #E5A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A28D

Black with #E5A28D

Text Example


Text Example

White with #E5A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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