#EEA495

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

Shades of Tonys Pink #EEA495

Tints of Tonys Pink #EEA495

Color information

#EEA495 (or 0xEEA495) is unknown color: approx Tonys Pink. HEX triplet: EE, A4 and 95. RGB value is (238,164,149). Sum of RGB (Red+Green+Blue) = 238+164+149=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA495 is #115B6A. Grayscale: #B8B8B8. Windows color (decimal): -1137515 or 9807086. OLE color: 9807086.

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

Color convert

RGB238164149-
CMYK00.310.370.07
HSL10.11º72.36%75.88%-
HSV(B)10.11º37.39%93.33%-
XYZ53.9646.934.64-
YUV184.42108.02166.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.19%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=43.19%
G=29.76%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816414900.310.370.0710.1172.3675.88
HexEEA49501F257a484c
Octal35624422503745712110114
Binary111011101010010010010101011111100101111101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA495; }

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

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

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

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

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

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

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

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