#E29E84

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

Shades of Tonys Pink #E29E84

Tints of Tonys Pink #E29E84

Color information

#E29E84 (or 0xE29E84) is unknown color: approx Tonys Pink. HEX triplet: E2, 9E and 84. RGB value is (226,158,132). Sum of RGB (Red+Green+Blue) = 226+158+132=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E84 is #1D617B. Grayscale: #AFAFAF. Windows color (decimal): -1925500 or 8691426. OLE color: 8691426.

HSL color Cylindrical-coordinate representation of color #E29E84: hue angle of 16.6º 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 #E29E84 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226158132-
CMYK00.300.420.11
HSL16.6º61.84%70.2%-
HSV(B)16.6º41.59%88.63%-
XYZ47.7642.2927.48-
YUV175.37103.53164.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=43.80%
G=30.62%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615813200.300.420.1116.661.8470.2
HexE29E8401E2AB113e46
Octal34223620403652132176106
Binary1110001010011110100001000111101010101011100011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29E84; }

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

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

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

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

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

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

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

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