#EAA48E

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

Shades of Tonys Pink #EAA48E

Tints of Tonys Pink #EAA48E

Color information

#EAA48E (or 0xEAA48E) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 8E. RGB value is (234,164,142). Sum of RGB (Red+Green+Blue) = 234+164+142=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA48E is #155B71. Grayscale: #B6B6B6. Windows color (decimal): -1399666 or 9348330. OLE color: 9348330.

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

Color convert

RGB234164142-
CMYK00.300.390.08
HSL14.35º68.66%73.73%-
HSV(B)14.35º39.32%91.76%-
XYZ52.094631.72-
YUV182.42105.19164.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=43.33%
G=30.37%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416414200.300.390.0814.3568.6673.73
HexEAA48E01E278e454a
Octal352244216036471016105112
Binary1110101010100100100011100111101001111000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA48E; }

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

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

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

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

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

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

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

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