#E48F82

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

Shades of My Pink #E48F82

Tints of My Pink #E48F82

Color information

#E48F82 (or 0xE48F82) is unknown color: approx My Pink. HEX triplet: E4, 8F and 82. RGB value is (228,143,130). Sum of RGB (Red+Green+Blue) = 228+143+130=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F82 is #1B707D. Grayscale: #A7A7A7. Windows color (decimal): -1798270 or 8556516. OLE color: 8556516.

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

Color convert

RGB228143130-
CMYK00.370.430.11
HSL7.96º64.47%70.2%-
HSV(B)7.96º42.98%89.41%-
XYZ45.8537.7525.99-
YUV166.93107.16171.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=45.51%
G=28.54%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814313000.370.430.117.9664.4770.2
HexE48F820252BB84046
Octal344217202045531310100106
Binary11100100100011111000001001001011010111011100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48F82; }

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

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

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

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

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

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

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

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