#E5A28F

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

Shades of Tonys Pink #E5A28F

Tints of Tonys Pink #E5A28F

Color information

#E5A28F (or 0xE5A28F) is unknown color: approx Tonys Pink. HEX triplet: E5, A2 and 8F. RGB value is (229,162,143). Sum of RGB (Red+Green+Blue) = 229+162+143=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A28F is #1A5D70. Grayscale: #B4B4B4. Windows color (decimal): -1727857 or 9413349. OLE color: 9413349.

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

Color convert

RGB229162143-
CMYK00.290.380.10
HSL13.26º62.32%72.94%-
HSV(B)13.26º37.55%89.8%-
XYZ50.1944.4831.93-
YUV179.87107.2163.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=42.88%
G=30.34%
B=26.78%

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
Decimal22916214300.290.380.1013.2662.3272.94
HexE5A28F01D26Ad3e49
Octal34524221703546121576111
Binary111001011010001010001111011101100110101011011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A28F; }

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

 H1.HeaderClassName
 {
   color: #E5A28F;
 }
 .AnyTagClassName
 {
   color: #E5A28F;
 }
</style>
background-color css

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

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

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

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

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

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