#E29E8C

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

Shades of Tonys Pink #E29E8C

Tints of Tonys Pink #E29E8C

Color information

#E29E8C (or 0xE29E8C) is unknown color: approx Tonys Pink. HEX triplet: E2, 9E and 8C. RGB value is (226,158,140). Sum of RGB (Red+Green+Blue) = 226+158+140=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E8C is #1D6173. Grayscale: #B0B0B0. Windows color (decimal): -1925492 or 9215714. OLE color: 9215714.

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

Color convert

RGB226158140-
CMYK00.300.380.11
HSL12.56º59.72%71.76%-
HSV(B)12.56º38.05%88.63%-
XYZ48.3242.5230.47-
YUV176.28107.53163.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=43.13%
G=30.15%
B=26.72%

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
Decimal22615814000.300.380.1112.5659.7271.76
HexE29E8C01E26Bd3c48
Octal34223621403646131574110
Binary111000101001111010001100011110100110101111011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29E8C; }

 p { color: rgb(226,158,140); }

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

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

 a { background-color: rgb(226,158,140); }

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

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

 span { border-color: rgb(226,158,140); }

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