#E48D82

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

Shades of My Pink #E48D82

Tints of My Pink #E48D82

Color information

#E48D82 (or 0xE48D82) is unknown color: approx My Pink. HEX triplet: E4, 8D and 82. RGB value is (228,141,130). Sum of RGB (Red+Green+Blue) = 228+141+130=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D82 is #1B727D. Grayscale: #A5A5A5. Windows color (decimal): -1798782 or 8556004. OLE color: 8556004.

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

Color convert

RGB228141130-
CMYK00.380.430.11
HSL6.73º64.47%70.2%-
HSV(B)6.73º42.98%89.41%-
XYZ45.5537.1625.89-
YUV165.76107.82172.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.69%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=45.69%
G=28.26%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814113000.380.430.116.7364.4770.2
HexE48D820262BB74046
Octal34421520204653137100106
Binary1110010010001101100000100100110101011101111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D82; }

 p { color: rgb(228,141,130); }

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

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

 a { background-color: rgb(228,141,130); }

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

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

 span { border-color: rgb(228,141,130); }

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