#EAA290

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

Shades of Tonys Pink #EAA290

Tints of Tonys Pink #EAA290

Color information

#EAA290 (or 0xEAA290) is unknown color: approx Tonys Pink. HEX triplet: EA, A2 and 90. RGB value is (234,162,144). Sum of RGB (Red+Green+Blue) = 234+162+144=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA290 is #155D6F. Grayscale: #B5B5B5. Windows color (decimal): -1400176 or 9478890. OLE color: 9478890.

HSL color Cylindrical-coordinate representation of color #EAA290: hue angle of 12º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA290 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234162144-
CMYK00.310.380.08
HSL12º68.18%74.12%-
HSV(B)12º38.46%91.76%-
XYZ51.8945.3532.4-
YUV181.48106.85165.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=43.33%
G=30%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416214400.310.380.081268.1874.12
HexEAA29001F268c444a
Octal352242220037461014104112
Binary1110101010100010100100000111111001101000110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA290; }

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

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

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

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

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

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

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

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