#E29084

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

Shades of My Pink #E29084

Tints of My Pink #E29084

Color information

#E29084 (or 0xE29084) is unknown color: approx My Pink. HEX triplet: E2, 90 and 84. RGB value is (226,144,132). Sum of RGB (Red+Green+Blue) = 226+144+132=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E29084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29084 is #1D6F7B. Grayscale: #A7A7A7. Windows color (decimal): -1929084 or 8687842. OLE color: 8687842.

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

Color convert

RGB226144132-
CMYK00.360.420.11
HSL7.66º61.84%70.2%-
HSV(B)7.66º41.59%88.63%-
XYZ45.537.7826.72-
YUV167.15108.17169.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=45.02%
G=28.69%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614413200.360.420.117.6661.8470.2
HexE290840242AB83e46
Octal34222020404452131076106
Binary1110001010010000100001000100100101010101110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29084; }

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

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

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

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

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

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

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

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