#E29D82

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

Shades of Tonys Pink #E29D82

Tints of Tonys Pink #E29D82

Color information

#E29D82 (or 0xE29D82) is unknown color: approx Tonys Pink. HEX triplet: E2, 9D and 82. RGB value is (226,157,130). Sum of RGB (Red+Green+Blue) = 226+157+130=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D82 is #1D627D. Grayscale: #AEAEAE. Windows color (decimal): -1925758 or 8560098. OLE color: 8560098.

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

Color convert

RGB226157130-
CMYK00.310.420.11
HSL16.88º62.34%69.8%-
HSV(B)16.88º42.48%88.63%-
XYZ47.4541.8926.7-
YUV174.55102.86164.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=44.05%
G=30.60%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615713000.310.420.1116.8862.3469.8
HexE29D8201F2AB113e46
Octal34223520203752132176106
Binary1110001010011101100000100111111010101011100011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D82; }

 p { color: rgb(226,157,130); }

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

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

 a { background-color: rgb(226,157,130); }

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

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

 span { border-color: rgb(226,157,130); }

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