#E08D86

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

Shades of My Pink #E08D86

Tints of My Pink #E08D86

Color information

#E08D86 (or 0xE08D86) is unknown color: approx My Pink. HEX triplet: E0, 8D and 86. RGB value is (224,141,134). Sum of RGB (Red+Green+Blue) = 224+141+134=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D86 is #1F7279. Grayscale: #A5A5A5. Windows color (decimal): -2060922 or 8818144. OLE color: 8818144.

HSL color Cylindrical-coordinate representation of color #E08D86: hue angle of 4.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08D86 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224141134-
CMYK00.370.400.12
HSL4.67º59.21%70.2%-
HSV(B)4.67º40.18%87.84%-
XYZ44.5736.6227.27-
YUV165.02110.5170.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=44.89%
G=28.26%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414113400.370.400.124.6759.2170.2
HexE08D8602528C53b46
Octal3402152060455014573106
Binary111000001000110110000110010010110100011001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D86; }

 p { color: rgb(224,141,134); }

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

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

 a { background-color: rgb(224,141,134); }

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

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

 span { border-color: rgb(224,141,134); }

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