#E1A292

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

Shades of Tonys Pink #E1A292

Tints of Tonys Pink #E1A292

Color information

#E1A292 (or 0xE1A292) is unknown color: approx Tonys Pink. HEX triplet: E1, A2 and 92. RGB value is (225,162,146). Sum of RGB (Red+Green+Blue) = 225+162+146=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A292 is #1E5D6D. Grayscale: #B3B3B3. Windows color (decimal): -1989998 or 9609953. OLE color: 9609953.

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

Color convert

RGB225162146-
CMYK00.280.350.12
HSL12.15º56.83%72.75%-
HSV(B)12.15º35.11%88.24%-
XYZ49.1643.9233.08-
YUV179.01109.37160.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=42.21%
G=30.39%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516214600.280.350.1212.1556.8372.75
HexE1A29201C23Cc3949
Octal34124222203443141471111
Binary111000011010001010010010011100100011110011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A292; }

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

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

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

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

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

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

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

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