#E1A288

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

Shades of Tonys Pink #E1A288

Tints of Tonys Pink #E1A288

Color information

#E1A288 (or 0xE1A288) is unknown color: approx Tonys Pink. HEX triplet: E1, A2 and 88. RGB value is (225,162,136). Sum of RGB (Red+Green+Blue) = 225+162+136=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A288 is #1E5D77. Grayscale: #B2B2B2. Windows color (decimal): -1990008 or 8954593. OLE color: 8954593.

HSL color Cylindrical-coordinate representation of color #E1A288: hue angle of 17.53º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1A288 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225162136-
CMYK00.280.400.12
HSL17.53º59.73%70.78%-
HSV(B)17.53º39.56%88.24%-
XYZ48.4243.6329.16-
YUV177.87104.37161.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=43.02%
G=30.98%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516213600.280.400.1217.5359.7370.78
HexE1A28801C28C123c47
Octal34124221003450142274107
Binary1110000110100010100010000111001010001100100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A288; }

 p { color: rgb(225,162,136); }

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

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

 a { background-color: rgb(225,162,136); }

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

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

 span { border-color: rgb(225,162,136); }

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