#EEA48A

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

Shades of Tonys Pink #EEA48A

Tints of Tonys Pink #EEA48A

Color information

#EEA48A (or 0xEEA48A) is unknown color: approx Tonys Pink. HEX triplet: EE, A4 and 8A. RGB value is (238,164,138). Sum of RGB (Red+Green+Blue) = 238+164+138=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA48A is #115B75. Grayscale: #B7B7B7. Windows color (decimal): -1137526 or 9086190. OLE color: 9086190.

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

Color convert

RGB238164138-
CMYK00.310.420.07
HSL15.6º74.63%73.73%-
HSV(B)15.6º42.02%93.33%-
XYZ53.1246.5630.23-
YUV183.16102.52167.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.07%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=44.07%
G=30.37%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816413800.310.420.0715.674.6373.73
HexEEA48A01F2A7104b4a
Octal35624421203752720113112
Binary1110111010100100100010100111111010101111000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA48A; }

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

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

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

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

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

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

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

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