#E29185

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

Shades of My Pink #E29185

Tints of My Pink #E29185

Color information

#E29185 (or 0xE29185) is unknown color: approx My Pink. HEX triplet: E2, 91 and 85. RGB value is (226,145,133). Sum of RGB (Red+Green+Blue) = 226+145+133=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E29185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29185 is #1D6E7A. Grayscale: #A7A7A7. Windows color (decimal): -1928827 or 8753634. OLE color: 8753634.

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

Color convert

RGB226145133-
CMYK00.360.410.11
HSL7.74º61.59%70.39%-
HSV(B)7.74º41.15%88.63%-
XYZ45.7238.1127.14-
YUV167.85108.34169.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=44.84%
G=28.77%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614513300.360.410.117.7461.5970.39
HexE2918502429B83e46
Octal34222120504451131076106
Binary1110001010010001100001010100100101001101110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29185; }

 p { color: rgb(226,145,133); }

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

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

 a { background-color: rgb(226,145,133); }

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

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

 span { border-color: rgb(226,145,133); }

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