#E2A990

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

Shades of Tonys Pink #E2A990

Tints of Tonys Pink #E2A990

Color information

#E2A990 (or 0xE2A990) is unknown color: approx Tonys Pink. HEX triplet: E2, A9 and 90. RGB value is (226,169,144). Sum of RGB (Red+Green+Blue) = 226+169+144=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A990 is #1D566F. Grayscale: #B7B7B7. Windows color (decimal): -1922672 or 9480674. OLE color: 9480674.

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

Color convert

RGB226169144-
CMYK00.250.360.11
HSL18.29º58.57%72.55%-
HSV(B)18.29º36.28%88.63%-
XYZ50.5946.5632.71-
YUV183.19105.88158.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=41.93%
G=31.35%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616914400.250.360.1118.2958.5772.55
HexE2A99001924B123b49
Octal34225122003144132273111
Binary1110001010101001100100000110011001001011100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A990; }

 p { color: rgb(226,169,144); }

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

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

 a { background-color: rgb(226,169,144); }

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

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

 span { border-color: rgb(226,169,144); }

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