#E7A291

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

Shades of Tonys Pink #E7A291

Tints of Tonys Pink #E7A291

Color information

#E7A291 (or 0xE7A291) is unknown color: approx Tonys Pink. HEX triplet: E7, A2 and 91. RGB value is (231,162,145). Sum of RGB (Red+Green+Blue) = 231+162+145=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A291 is #185D6E. Grayscale: #B4B4B4. Windows color (decimal): -1596783 or 9544423. OLE color: 9544423.

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

Color convert

RGB231162145-
CMYK00.300.370.09
HSL11.86º64.18%73.73%-
HSV(B)11.86º37.23%90.59%-
XYZ50.9944.8732.76-
YUV180.69107.86163.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.94%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=42.94%
G=30.11%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116214500.300.370.0911.8664.1873.73
HexE7A29101E259c404a
Octal347242221036451114100112
Binary1110011110100010100100010111101001011001110010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A291; }

 p { color: rgb(231,162,145); }

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

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

 a { background-color: rgb(231,162,145); }

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

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

 span { border-color: rgb(231,162,145); }

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