#E1A692

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

Shades of Tonys Pink #E1A692

Tints of Tonys Pink #E1A692

Color information

#E1A692 (or 0xE1A692) is unknown color: approx Tonys Pink. HEX triplet: E1, A6 and 92. RGB value is (225,166,146). Sum of RGB (Red+Green+Blue) = 225+166+146=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A692 is #1E596D. Grayscale: #B5B5B5. Windows color (decimal): -1988974 or 9610977. OLE color: 9610977.

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

Color convert

RGB225166146-
CMYK00.260.350.12
HSL15.19º56.83%72.75%-
HSV(B)15.19º35.11%88.24%-
XYZ49.8845.3633.32-
YUV181.36108.05159.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=41.90%
G=30.91%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516614600.260.350.1215.1956.8372.75
HexE1A69201A23Cf3949
Octal34124622203243141771111
Binary111000011010011010010010011010100011110011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A692; }

 p { color: rgb(225,166,146); }

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

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

 a { background-color: rgb(225,166,146); }

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

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

 span { border-color: rgb(225,166,146); }

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