#E29886

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

Shades of Tonys Pink #E29886

Tints of Tonys Pink #E29886

Color information

#E29886 (or 0xE29886) is unknown color: approx Tonys Pink. HEX triplet: E2, 98 and 86. RGB value is (226,152,134). Sum of RGB (Red+Green+Blue) = 226+152+134=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E29886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29886 is #1D6779. Grayscale: #ACACAC. Windows color (decimal): -1927034 or 8820962. OLE color: 8820962.

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

Color convert

RGB226152134-
CMYK00.330.410.11
HSL11.74º61.33%70.59%-
HSV(B)11.74º40.71%88.63%-
XYZ46.940.3527.87-
YUV172.07106.52166.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=44.14%
G=29.69%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615213400.330.410.1111.7461.3370.59
HexE2988602129Bc3d47
Octal34223020604151131475107
Binary1110001010011000100001100100001101001101111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29886; }

 p { color: rgb(226,152,134); }

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

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

 a { background-color: rgb(226,152,134); }

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

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

 span { border-color: rgb(226,152,134); }

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