#E2A18D

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

Shades of Tonys Pink #E2A18D

Tints of Tonys Pink #E2A18D

Color information

#E2A18D (or 0xE2A18D) is unknown color: approx Tonys Pink. HEX triplet: E2, A1 and 8D. RGB value is (226,161,141). Sum of RGB (Red+Green+Blue) = 226+161+141=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A18D is #1D5E72. Grayscale: #B2B2B2. Windows color (decimal): -1924723 or 9282018. OLE color: 9282018.

HSL color Cylindrical-coordinate representation of color #E2A18D: hue angle of 14.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2A18D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226161141-
CMYK00.290.380.11
HSL14.12º59.44%71.96%-
HSV(B)14.12º37.61%88.63%-
XYZ48.9243.5831.03-
YUV178.16107.03162.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=42.80%
G=30.49%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616114100.290.380.1114.1259.4471.96
HexE2A18D01D26Be3b48
Octal34224121503546131673110
Binary111000101010000110001101011101100110101111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A18D; }

 p { color: rgb(226,161,141); }

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

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

 a { background-color: rgb(226,161,141); }

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

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

 span { border-color: rgb(226,161,141); }

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