#E2A184

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

Shades of Tonys Pink #E2A184

Tints of Tonys Pink #E2A184

Color information

#E2A184 (or 0xE2A184) is unknown color: approx Tonys Pink. HEX triplet: E2, A1 and 84. RGB value is (226,161,132). Sum of RGB (Red+Green+Blue) = 226+161+132=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A184 is #1D5E7B. Grayscale: #B1B1B1. Windows color (decimal): -1924732 or 8692194. OLE color: 8692194.

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

Color convert

RGB226161132-
CMYK00.290.420.11
HSL18.51º61.84%70.2%-
HSV(B)18.51º41.59%88.63%-
XYZ48.2743.3227.65-
YUV177.13102.53162.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=43.55%
G=31.02%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616113200.290.420.1118.5161.8470.2
HexE2A18401D2AB133e46
Octal34224120403552132376106
Binary1110001010100001100001000111011010101011100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A184; }

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

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

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

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

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

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

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

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