#EEA595

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

Shades of Tonys Pink #EEA595

Tints of Tonys Pink #EEA595

Color information

#EEA595 (or 0xEEA595) is unknown color: approx Tonys Pink. HEX triplet: EE, A5 and 95. RGB value is (238,165,149). Sum of RGB (Red+Green+Blue) = 238+165+149=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA595 is #115A6A. Grayscale: #B9B9B9. Windows color (decimal): -1137259 or 9807342. OLE color: 9807342.

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

Color convert

RGB238165149-
CMYK00.310.370.07
HSL10.79º72.36%75.88%-
HSV(B)10.79º37.39%93.33%-
XYZ54.1447.2634.7-
YUV185107.68165.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.12%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=43.12%
G=29.89%
B=26.99%

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
Decimal23816514900.310.370.0710.7972.3675.88
HexEEA59501F257b484c
Octal35624522503745713110114
Binary111011101010010110010101011111100101111101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA595; }

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

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

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

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

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

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

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

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