#E29F88

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

Shades of Tonys Pink #E29F88

Tints of Tonys Pink #E29F88

Color information

#E29F88 (or 0xE29F88) is unknown color: approx Tonys Pink. HEX triplet: E2, 9F and 88. RGB value is (226,159,136). Sum of RGB (Red+Green+Blue) = 226+159+136=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F88 is #1D6077. Grayscale: #B0B0B0. Windows color (decimal): -1925240 or 8953826. OLE color: 8953826.

HSL color Cylindrical-coordinate representation of color #E29F88: hue angle of 15.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E29F88 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226159136-
CMYK00.300.400.11
HSL15.33º60.81%70.98%-
HSV(B)15.33º39.82%88.63%-
XYZ48.2142.7429-
YUV176.41105.2163.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=43.38%
G=30.52%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615913600.300.400.1115.3360.8170.98
HexE29F8801E28Bf3d47
Octal34223721003650131775107
Binary111000101001111110001000011110101000101111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29F88; }

 p { color: rgb(226,159,136); }

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

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

 a { background-color: rgb(226,159,136); }

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

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

 span { border-color: rgb(226,159,136); }

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