#E1A192

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

Shades of Tonys Pink #E1A192

Tints of Tonys Pink #E1A192

Color information

#E1A192 (or 0xE1A192) is unknown color: approx Tonys Pink. HEX triplet: E1, A1 and 92. RGB value is (225,161,146). Sum of RGB (Red+Green+Blue) = 225+161+146=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A192 is #1E5E6D. Grayscale: #B2B2B2. Windows color (decimal): -1990254 or 9609697. OLE color: 9609697.

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

Color convert

RGB225161146-
CMYK00.280.350.12
HSL11.39º56.83%72.75%-
HSV(B)11.39º35.11%88.24%-
XYZ48.9843.5733.02-
YUV178.43109.7161.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=42.29%
G=30.26%
B=27.44%

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
Decimal22516114600.280.350.1211.3956.8372.75
HexE1A19201C23Cb3949
Octal34124122203443141371111
Binary111000011010000110010010011100100011110010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A192; }

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

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

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

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

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

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

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

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