#E1A892

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

Shades of Tonys Pink #E1A892

Tints of Tonys Pink #E1A892

Color information

#E1A892 (or 0xE1A892) is unknown color: approx Tonys Pink. HEX triplet: E1, A8 and 92. RGB value is (225,168,146). Sum of RGB (Red+Green+Blue) = 225+168+146=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A892 is #1E576D. Grayscale: #B6B6B6. Windows color (decimal): -1988462 or 9611489. OLE color: 9611489.

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

Color convert

RGB225168146-
CMYK00.250.350.12
HSL16.71º56.83%72.75%-
HSV(B)16.71º35.11%88.24%-
XYZ50.2446.0933.44-
YUV182.54107.38158.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=41.74%
G=31.17%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516814600.250.350.1216.7156.8372.75
HexE1A89201923C113949
Octal34125022203143142171111
Binary1110000110101000100100100110011000111100100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A892; }

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

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

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

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

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

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

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

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