#E29E85

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

Shades of Tonys Pink #E29E85

Tints of Tonys Pink #E29E85

Color information

#E29E85 (or 0xE29E85) is unknown color: approx Tonys Pink. HEX triplet: E2, 9E and 85. RGB value is (226,158,133). Sum of RGB (Red+Green+Blue) = 226+158+133=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E85 is #1D617A. Grayscale: #AFAFAF. Windows color (decimal): -1925499 or 8756962. OLE color: 8756962.

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

Color convert

RGB226158133-
CMYK00.300.410.11
HSL16.13º61.59%70.39%-
HSV(B)16.13º41.15%88.63%-
XYZ47.8242.3227.84-
YUV175.48104.03164.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=43.71%
G=30.56%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615813300.300.410.1116.1361.5970.39
HexE29E8501E29B103e46
Octal34223620503651132076106
Binary1110001010011110100001010111101010011011100001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29E85; }

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

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

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

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

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

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

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

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