#E29B8A

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

Shades of Tonys Pink #E29B8A

Tints of Tonys Pink #E29B8A

Color information

#E29B8A (or 0xE29B8A) is unknown color: approx Tonys Pink. HEX triplet: E2, 9B and 8A. RGB value is (226,155,138). Sum of RGB (Red+Green+Blue) = 226+155+138=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B8A is #1D6475. Grayscale: #AEAEAE. Windows color (decimal): -1926262 or 9083874. OLE color: 9083874.

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

Color convert

RGB226155138-
CMYK00.310.390.11
HSL11.59º60.27%71.37%-
HSV(B)11.59º38.94%88.63%-
XYZ47.6741.4529.53-
YUV174.29107.52164.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=43.55%
G=29.87%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615513800.310.390.1111.5960.2771.37
HexE29B8A01F27Bc3c47
Octal34223321203747131474107
Binary111000101001101110001010011111100111101111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29B8A; }

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

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

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

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

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

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

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

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