#E29B8D

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

Shades of Tonys Pink #E29B8D

Tints of Tonys Pink #E29B8D

Color information

#E29B8D (or 0xE29B8D) is unknown color: approx Tonys Pink. HEX triplet: E2, 9B and 8D. RGB value is (226,155,141). Sum of RGB (Red+Green+Blue) = 226+155+141=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B8D is #1D6472. Grayscale: #AEAEAE. Windows color (decimal): -1926259 or 9280482. OLE color: 9280482.

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

Color convert

RGB226155141-
CMYK00.310.380.11
HSL9.88º59.44%71.96%-
HSV(B)9.88º37.61%88.63%-
XYZ47.8941.5330.69-
YUV174.63109.02164.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=43.30%
G=29.69%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615514100.310.380.119.8859.4471.96
HexE29B8D01F26Ba3b48
Octal34223321503746131273110
Binary111000101001101110001101011111100110101110101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29B8D; }

 p { color: rgb(226,155,141); }

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

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

 a { background-color: rgb(226,155,141); }

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

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

 span { border-color: rgb(226,155,141); }

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