#E29C8E

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

Shades of Tonys Pink #E29C8E

Tints of Tonys Pink #E29C8E

Color information

#E29C8E (or 0xE29C8E) is unknown color: approx Tonys Pink. HEX triplet: E2, 9C and 8E. RGB value is (226,156,142). Sum of RGB (Red+Green+Blue) = 226+156+142=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29C8E is #1D6371. Grayscale: #AFAFAF. Windows color (decimal): -1926002 or 9346274. OLE color: 9346274.

HSL color Cylindrical-coordinate representation of color #E29C8E: hue angle of 10º 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 #E29C8E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB226156142-
CMYK00.310.370.11
HSL10º59.15%72.16%-
HSV(B)10º37.17%88.63%-
XYZ48.1341.931.14-
YUV175.33109.19164.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=43.13%
G=29.77%
B=27.10%

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
Decimal22615614200.310.370.111059.1572.16
HexE29C8E01F25Ba3b48
Octal34223421603745131273110
Binary111000101001110010001110011111100101101110101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29C8E; }

 p { color: rgb(226,156,142); }

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

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

 a { background-color: rgb(226,156,142); }

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

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

 span { border-color: rgb(226,156,142); }

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