#E29D8F

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

Shades of Tonys Pink #E29D8F

Tints of Tonys Pink #E29D8F

Color information

#E29D8F (or 0xE29D8F) is unknown color: approx Tonys Pink. HEX triplet: E2, 9D and 8F. RGB value is (226,157,143). Sum of RGB (Red+Green+Blue) = 226+157+143=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D8F is #1D6270. Grayscale: #B0B0B0. Windows color (decimal): -1925745 or 9412066. OLE color: 9412066.

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

Color convert

RGB226157143-
CMYK00.310.370.11
HSL10.12º58.87%72.35%-
HSV(B)10.12º36.73%88.63%-
XYZ48.3842.2731.59-
YUV176.04109.36163.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=42.97%
G=29.85%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615714300.310.370.1110.1258.8772.35
HexE29D8F01F25Ba3b48
Octal34223521703745131273110
Binary111000101001110110001111011111100101101110101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D8F; }

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

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

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

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

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

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

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

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