#EEA08A

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

Shades of Tonys Pink #EEA08A

Tints of Tonys Pink #EEA08A

Color information

#EEA08A (or 0xEEA08A) is unknown color: approx Tonys Pink. HEX triplet: EE, A0 and 8A. RGB value is (238,160,138). Sum of RGB (Red+Green+Blue) = 238+160+138=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08A is #115F75. Grayscale: #B4B4B4. Windows color (decimal): -1138550 or 9085166. OLE color: 9085166.

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

Color convert

RGB238160138-
CMYK00.330.420.07
HSL13.2º74.63%73.73%-
HSV(B)13.2º42.02%93.33%-
XYZ52.4245.1530-
YUV180.81103.84168.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=44.40%
G=29.85%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816013800.330.420.0713.274.6373.73
HexEEA08A0212A7d4b4a
Octal35624021204152715113112
Binary1110111010100000100010100100001101010111110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA08A; }

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

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

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

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

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

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

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

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