#E29688

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

Shades of Tonys Pink #E29688

Tints of Tonys Pink #E29688

Color information

#E29688 (or 0xE29688) is unknown color: approx Tonys Pink. HEX triplet: E2, 96 and 88. RGB value is (226,150,136). Sum of RGB (Red+Green+Blue) = 226+150+136=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E29688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29688 is #1D6977. Grayscale: #ABABAB. Windows color (decimal): -1927544 or 8951522. OLE color: 8951522.

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

Color convert

RGB226150136-
CMYK00.340.400.11
HSL9.33º60.81%70.98%-
HSV(B)9.33º39.82%88.63%-
XYZ46.7139.7628.5-
YUV171.13108.18167.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=44.14%
G=29.30%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615013600.340.400.119.3360.8170.98
HexE2968802228B93d47
Octal34222621004250131175107
Binary1110001010010110100010000100010101000101110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29688; }

 p { color: rgb(226,150,136); }

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

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

 a { background-color: rgb(226,150,136); }

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

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

 span { border-color: rgb(226,150,136); }

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