#EEA48E

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

Shades of Tonys Pink #EEA48E

Tints of Tonys Pink #EEA48E

Color information

#EEA48E (or 0xEEA48E) is unknown color: approx Tonys Pink. HEX triplet: EE, A4 and 8E. RGB value is (238,164,142). Sum of RGB (Red+Green+Blue) = 238+164+142=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA48E is #115B71. Grayscale: #B7B7B7. Windows color (decimal): -1137522 or 9348334. OLE color: 9348334.

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

Color convert

RGB238164142-
CMYK00.310.400.07
HSL13.75º73.85%74.51%-
HSV(B)13.75º40.34%93.33%-
XYZ53.4246.6831.79-
YUV183.62104.52166.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=43.75%
G=30.15%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816414200.310.400.0713.7573.8574.51
HexEEA48E01F287e4a4b
Octal35624421603750716112113
Binary111011101010010010001110011111101000111111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA48E; }

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

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

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

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

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

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

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

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