#EEA18E

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

Shades of Tonys Pink #EEA18E

Tints of Tonys Pink #EEA18E

Color information

#EEA18E (or 0xEEA18E) is unknown color: approx Tonys Pink. HEX triplet: EE, A1 and 8E. RGB value is (238,161,142). Sum of RGB (Red+Green+Blue) = 238+161+142=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA18E is #115E71. Grayscale: #B6B6B6. Windows color (decimal): -1138290 or 9347566. OLE color: 9347566.

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

Color convert

RGB238161142-
CMYK00.320.400.07
HSL11.88º73.85%74.51%-
HSV(B)11.88º40.34%93.33%-
XYZ52.8945.6231.61-
YUV181.86105.51168.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=43.99%
G=29.76%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816114200.320.400.0711.8873.8574.51
HexEEA18E020287c4a4b
Octal35624121604050714112113
Binary1110111010100001100011100100000101000111110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA18E; }

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

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

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

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

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

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

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

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