#E5A28E

Color #E5A28E Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E5A28E

Tints of Tonys Pink #E5A28E

Color information

#E5A28E (or 0xE5A28E) is unknown color: approx 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

RGB229162142-
CMYK00.290.380.10
HSL13.79º62.59%72.75%-
HSV(B)13.79º37.99%89.8%-
XYZ50.1244.4531.53-
YUV179.75106.7163.13-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916214200.290.380.1013.7962.5972.75
HexE5A28E01D26Ae3f49
Octal34524221603546121677111
Binary111001011010001010001110011101100110101011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>