Html Css Color HEX #E5A28E Tonys Pink

📋 copy color: '#E5A28E'

red 229 ◦ green 162 ◦ blue 142

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

Shades of Tonys Pink #E5A28E

Tints of Tonys Pink #E5A28E

RGB

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

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

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

R = 42.96%
G = 30.39%
B = 26.64%

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

#E5A28E (or 0xE5A28E) is known color: Tonys Pink. HEX triplet: E5, A2 and 8E. RGB value is (229,162,142). Sum of RGB (Red+Green+Blue) = 229+162+142=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A28E is #1A5D71. Grayscale: #B3B3B3. Windows color (decimal): -1727858 or 9347813. OLE color: 9347813.

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

Color convert

RGB 229 162 142 -
CMYK 0 0.29 0.38 0.10
HSL 13.79º 0.63% 0.73% -
HSV(B) 13.79º 0.38% 0.9% -
XYZ 50.12 44.45 31.53 -
YUV 179.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 229 162 142 0 0.29 0.38 0.10 13.79 0.63 0.73
Hex E5 A2 8E 0 1D 26 A E 3F 49
Octal 345 242 216 0 35 46 12 16 77 111
Binary 11100101 10100010 10001110 0 11101 100110 1010 1110 111111 1001001

Color Harmonies of #E5A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A28E

Black with #E5A28E

Text Example


Text Example

White with #E5A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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