#EEA08E

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

Shades of Tonys Pink #EEA08E

Tints of Tonys Pink #EEA08E

Color information

#EEA08E (or 0xEEA08E) is unknown color: approx Tonys Pink. HEX triplet: EE, A0 and 8E. RGB value is (238,160,142). Sum of RGB (Red+Green+Blue) = 238+160+142=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08E is #115F71. Grayscale: #B5B5B5. Windows color (decimal): -1138546 or 9347310. OLE color: 9347310.

HSL color Cylindrical-coordinate representation of color #EEA08E: hue angle of 11.25º 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 #EEA08E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238160142-
CMYK00.330.400.07
HSL11.25º73.85%74.51%-
HSV(B)11.25º40.34%93.33%-
XYZ52.7145.2731.55-
YUV181.27105.84168.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.07%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=44.07%
G=29.63%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816014200.330.400.0711.2573.8574.51
HexEEA08E021287b4a4b
Octal35624021604150713112113
Binary1110111010100000100011100100001101000111101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA08E; }

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

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

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

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

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

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

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

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