#E29080

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

Shades of My Pink #E29080

Tints of My Pink #E29080

Color information

#E29080 (or 0xE29080) is unknown color: approx My Pink. HEX triplet: E2, 90 and 80. RGB value is (226,144,128). Sum of RGB (Red+Green+Blue) = 226+144+128=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E29080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29080 is #1D6F7F. Grayscale: #A6A6A6. Windows color (decimal): -1929088 or 8425698. OLE color: 8425698.

HSL color Cylindrical-coordinate representation of color #E29080: hue angle of 9.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E29080 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB226144128-
CMYK00.360.430.11
HSL9.8º62.82%69.41%-
HSV(B)9.8º43.36%88.63%-
XYZ45.2337.6725.31-
YUV166.69106.17170.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=45.38%
G=28.92%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614412800.360.430.119.862.8269.41
HexE290800242BBa3f45
Octal34222020004453131277105
Binary1110001010010000100000000100100101011101110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29080; }

 p { color: rgb(226,144,128); }

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

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

 a { background-color: rgb(226,144,128); }

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

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

 span { border-color: rgb(226,144,128); }

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