#E7A290

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

Shades of Tonys Pink #E7A290

Tints of Tonys Pink #E7A290

Color information

#E7A290 (or 0xE7A290) is unknown color: approx Tonys Pink. HEX triplet: E7, A2 and 90. RGB value is (231,162,144). Sum of RGB (Red+Green+Blue) = 231+162+144=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A290 is #185D6F. Grayscale: #B4B4B4. Windows color (decimal): -1596784 or 9478887. OLE color: 9478887.

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

Color convert

RGB231162144-
CMYK00.300.380.09
HSL12.41º64.44%73.53%-
HSV(B)12.41º37.66%90.59%-
XYZ50.9144.8432.36-
YUV180.58107.36163.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=43.02%
G=30.17%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116214400.300.380.0912.4164.4473.53
HexE7A29001E269c404a
Octal347242220036461114100112
Binary1110011110100010100100000111101001101001110010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A290; }

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

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

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

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

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

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

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

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