#E1A388

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

Shades of Tonys Pink #E1A388

Tints of Tonys Pink #E1A388

Color information

#E1A388 (or 0xE1A388) is unknown color: approx Tonys Pink. HEX triplet: E1, A3 and 88. RGB value is (225,163,136). Sum of RGB (Red+Green+Blue) = 225+163+136=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A388 is #1E5C77. Grayscale: #B2B2B2. Windows color (decimal): -1989752 or 8954849. OLE color: 8954849.

HSL color Cylindrical-coordinate representation of color #E1A388: hue angle of 18.2º 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 #E1A388 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225163136-
CMYK00.280.400.12
HSL18.2º59.73%70.78%-
HSV(B)18.2º39.56%88.24%-
XYZ48.5943.9829.22-
YUV178.46104.04161.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=42.94%
G=31.11%
B=25.95%

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
Decimal22516313600.280.400.1218.259.7370.78
HexE1A38801C28C123c47
Octal34124321003450142274107
Binary1110000110100011100010000111001010001100100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A388; }

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

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

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

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

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

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

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

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