#E29085

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

Shades of My Pink #E29085

Tints of My Pink #E29085

Color information

#E29085 (or 0xE29085) is unknown color: approx My Pink. HEX triplet: E2, 90 and 85. RGB value is (226,144,133). Sum of RGB (Red+Green+Blue) = 226+144+133=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E29085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29085 is #1D6F7A. Grayscale: #A7A7A7. Windows color (decimal): -1929083 or 8753378. OLE color: 8753378.

HSL color Cylindrical-coordinate representation of color #E29085: hue angle of 7.1º 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 #E29085 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB226144133-
CMYK00.360.410.11
HSL7.1º61.59%70.39%-
HSV(B)7.1º41.15%88.63%-
XYZ45.5737.8127.09-
YUV167.26108.67169.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=44.93%
G=28.63%
B=26.44%

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
Decimal22614413300.360.410.117.161.5970.39
HexE2908502429B73e46
Octal3422202050445113776106
Binary111000101001000010000101010010010100110111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29085; }

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

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

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

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

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

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

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

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