#EAA48F

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

Shades of Tonys Pink #EAA48F

Tints of Tonys Pink #EAA48F

Color information

#EAA48F (or 0xEAA48F) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 8F. RGB value is (234,164,143). Sum of RGB (Red+Green+Blue) = 234+164+143=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA48F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA48F is #155B70. Grayscale: #B6B6B6. Windows color (decimal): -1399665 or 9413866. OLE color: 9413866.

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

Color convert

RGB234164143-
CMYK00.300.390.08
HSL13.85º68.42%73.92%-
HSV(B)13.85º38.89%91.76%-
XYZ52.1746.0332.12-
YUV182.54105.69164.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 143 (56.25% from 255) = 26.43%
R=43.25%
G=30.31%
B=26.43%

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
Decimal23416414300.300.390.0813.8568.4273.92
HexEAA48F01E278e444a
Octal352244217036471016104112
Binary1110101010100100100011110111101001111000111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA48F; }

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

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

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

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

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

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

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

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