#EAA490

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

Shades of Tonys Pink #EAA490

Tints of Tonys Pink #EAA490

Color information

#EAA490 (or 0xEAA490) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 90. RGB value is (234,164,144). Sum of RGB (Red+Green+Blue) = 234+164+144=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA490 is #155B6F. Grayscale: #B6B6B6. Windows color (decimal): -1399664 or 9479402. OLE color: 9479402.

HSL color Cylindrical-coordinate representation of color #EAA490: hue angle of 13.33º 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 #EAA490 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234164144-
CMYK00.300.380.08
HSL13.33º68.18%74.12%-
HSV(B)13.33º38.46%91.76%-
XYZ52.2446.0632.52-
YUV182.65106.19164.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=43.17%
G=30.26%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416414400.300.380.0813.3368.1874.12
HexEAA49001E268d444a
Octal352244220036461015104112
Binary1110101010100100100100000111101001101000110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA490; }

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

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

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

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

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

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

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

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