#E1A793

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

Shades of Tonys Pink #E1A793

Tints of Tonys Pink #E1A793

Color information

#E1A793 (or 0xE1A793) is unknown color: approx Tonys Pink. HEX triplet: E1, A7 and 93. RGB value is (225,167,147). Sum of RGB (Red+Green+Blue) = 225+167+147=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A793 is #1E586C. Grayscale: #B6B6B6. Windows color (decimal): -1988717 or 9676769. OLE color: 9676769.

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

Color convert

RGB225167147-
CMYK00.260.350.12
HSL15.38º56.52%72.94%-
HSV(B)15.38º34.67%88.24%-
XYZ50.1445.7533.79-
YUV182.06108.22158.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=41.74%
G=30.98%
B=27.27%

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
Decimal22516714700.260.350.1215.3856.5272.94
HexE1A79301A23Cf3949
Octal34124722303243141771111
Binary111000011010011110010011011010100011110011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A793; }

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

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

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

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

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

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

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

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