#E1A78D

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

Shades of Tonys Pink #E1A78D

Tints of Tonys Pink #E1A78D

Color information

#E1A78D (or 0xE1A78D) is unknown color: approx Tonys Pink. HEX triplet: E1, A7 and 8D. RGB value is (225,167,141). Sum of RGB (Red+Green+Blue) = 225+167+141=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A78D is #1E5872. Grayscale: #B5B5B5. Windows color (decimal): -1988723 or 9283553. OLE color: 9283553.

HSL color Cylindrical-coordinate representation of color #E1A78D: hue angle of 18.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1A78D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225167141-
CMYK00.260.370.12
HSL18.57º58.33%71.76%-
HSV(B)18.57º37.33%88.24%-
XYZ49.6845.5731.38-
YUV181.38105.22159.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=42.21%
G=31.33%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516714100.260.370.1218.5758.3371.76
HexE1A78D01A25C133a48
Octal34124721503245142372110
Binary1110000110100111100011010110101001011100100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A78D; }

 p { color: rgb(225,167,141); }

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

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

 a { background-color: rgb(225,167,141); }

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

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

 span { border-color: rgb(225,167,141); }

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