#EEA48D

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

Shades of Tonys Pink #EEA48D

Tints of Tonys Pink #EEA48D

Color information

#EEA48D (or 0xEEA48D) is unknown color: approx Tonys Pink. HEX triplet: EE, A4 and 8D. RGB value is (238,164,141). Sum of RGB (Red+Green+Blue) = 238+164+141=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA48D is #115B72. Grayscale: #B7B7B7. Windows color (decimal): -1137523 or 9282798. OLE color: 9282798.

HSL color Cylindrical-coordinate representation of color #EEA48D: hue angle of 14.23º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEA48D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238164141-
CMYK00.310.410.07
HSL14.23º74.05%74.31%-
HSV(B)14.23º40.76%93.33%-
XYZ53.3446.6531.39-
YUV183.5104.02166.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=43.83%
G=30.20%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816414100.310.410.0714.2374.0574.31
HexEEA48D01F297e4a4a
Octal35624421503751716112112
Binary111011101010010010001101011111101001111111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA48D; }

 p { color: rgb(238,164,141); }

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

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

 a { background-color: rgb(238,164,141); }

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

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

 span { border-color: rgb(238,164,141); }

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