#E6A290

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

Shades of Tonys Pink #E6A290

Tints of Tonys Pink #E6A290

Color information

#E6A290 (or 0xE6A290) is unknown color: approx Tonys Pink. HEX triplet: E6, A2 and 90. RGB value is (230,162,144). Sum of RGB (Red+Green+Blue) = 230+162+144=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A290 is #195D6F. Grayscale: #B4B4B4. Windows color (decimal): -1662320 or 9478886. OLE color: 9478886.

HSL color Cylindrical-coordinate representation of color #E6A290: hue angle of 12.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A290 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230162144-
CMYK00.300.370.10
HSL12.56º63.24%73.33%-
HSV(B)12.56º37.39%90.2%-
XYZ50.5944.6832.34-
YUV180.28107.53163.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=42.91%
G=30.22%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016214400.300.370.1012.5663.2473.33
HexE6A29001E25Ad3f49
Octal34624222003645121577111
Binary111001101010001010010000011110100101101011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A290; }

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

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

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

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

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

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

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

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