#E7A493

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

Shades of Tonys Pink #E7A493

Tints of Tonys Pink #E7A493

Color information

#E7A493 (or 0xE7A493) is unknown color: approx Tonys Pink. HEX triplet: E7, A4 and 93. RGB value is (231,164,147). Sum of RGB (Red+Green+Blue) = 231+164+147=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A493 is #185B6C. Grayscale: #B6B6B6. Windows color (decimal): -1596269 or 9676007. OLE color: 9676007.

HSL color Cylindrical-coordinate representation of color #E7A493: hue angle of 12.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A493 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231164147-
CMYK00.290.360.09
HSL12.14º63.64%74.12%-
HSV(B)12.14º36.36%90.59%-
XYZ51.545.6533.7-
YUV182.1108.2162.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=42.62%
G=30.26%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116414700.290.360.0912.1463.6474.12
HexE7A49301D249c404a
Octal347244223035441114100112
Binary1110011110100100100100110111011001001001110010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A493; }

 p { color: rgb(231,164,147); }

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

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

 a { background-color: rgb(231,164,147); }

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

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

 span { border-color: rgb(231,164,147); }

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