#E1A792

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

Shades of Tonys Pink #E1A792

Tints of Tonys Pink #E1A792

Color information

#E1A792 (or 0xE1A792) is unknown color: approx Tonys Pink. HEX triplet: E1, A7 and 92. RGB value is (225,167,146). Sum of RGB (Red+Green+Blue) = 225+167+146=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A792 is #1E586D. Grayscale: #B6B6B6. Windows color (decimal): -1988718 or 9611233. OLE color: 9611233.

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

Color convert

RGB225167146-
CMYK00.260.350.12
HSL15.95º56.83%72.75%-
HSV(B)15.95º35.11%88.24%-
XYZ50.0645.7233.38-
YUV181.95107.72158.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=41.82%
G=31.04%
B=27.14%

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
Decimal22516714600.260.350.1215.9556.8372.75
HexE1A79201A23C103949
Octal34124722203243142071111
Binary1110000110100111100100100110101000111100100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A792; }

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

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

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

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

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

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

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

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