#E29F8B

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

Shades of Tonys Pink #E29F8B

Tints of Tonys Pink #E29F8B

Color information

#E29F8B (or 0xE29F8B) is unknown color: approx Tonys Pink. HEX triplet: E2, 9F and 8B. RGB value is (226,159,139). Sum of RGB (Red+Green+Blue) = 226+159+139=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F8B is #1D6074. Grayscale: #B0B0B0. Windows color (decimal): -1925237 or 9150434. OLE color: 9150434.

HSL color Cylindrical-coordinate representation of color #E29F8B: hue angle of 13.79º degrees, saturation: 0.6, 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 #E29F8B is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226159139-
CMYK00.300.380.11
HSL13.79º60%71.57%-
HSV(B)13.79º38.5%88.63%-
XYZ48.4242.8330.14-
YUV176.75106.7163.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=43.13%
G=30.34%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615913900.300.380.1113.796071.57
HexE29F8B01E26Be3c48
Octal34223721303646131674110
Binary111000101001111110001011011110100110101111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29F8B; }

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

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

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

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

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

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

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

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