#EAA38F

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

Shades of Tonys Pink #EAA38F

Tints of Tonys Pink #EAA38F

Color information

#EAA38F (or 0xEAA38F) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 8F. RGB value is (234,163,143). Sum of RGB (Red+Green+Blue) = 234+163+143=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA38F is #155C70. Grayscale: #B6B6B6. Windows color (decimal): -1399921 or 9413610. OLE color: 9413610.

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

Color convert

RGB234163143-
CMYK00.300.390.08
HSL13.19º68.42%73.92%-
HSV(B)13.19º38.89%91.76%-
XYZ51.9945.6732.06-
YUV181.95106.02165.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=43.33%
G=30.19%
B=26.48%

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
Decimal23416314300.300.390.0813.1968.4273.92
HexEAA38F01E278d444a
Octal352243217036471015104112
Binary1110101010100011100011110111101001111000110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA38F; }

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

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

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

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

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

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

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

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