#E8A18E

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

Shades of Tonys Pink #E8A18E

Tints of Tonys Pink #E8A18E

Color information

#E8A18E (or 0xE8A18E) is unknown color: approx Tonys Pink. HEX triplet: E8, A1 and 8E. RGB value is (232,161,142). Sum of RGB (Red+Green+Blue) = 232+161+142=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A18E is #175E71. Grayscale: #B4B4B4. Windows color (decimal): -1531506 or 9347560. OLE color: 9347560.

HSL color Cylindrical-coordinate representation of color #E8A18E: hue angle of 12.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8A18E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232161142-
CMYK00.310.390.09
HSL12.67º66.18%73.33%-
HSV(B)12.67º38.79%90.98%-
XYZ50.9144.631.52-
YUV180.06106.52165.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=43.36%
G=30.09%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216114200.310.390.0912.6766.1873.33
HexE8A18E01F279d4249
Octal350241216037471115102111
Binary1110100010100001100011100111111001111001110110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A18E; }

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

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

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

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

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

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

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

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