#E48D83

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

Shades of My Pink #E48D83

Tints of My Pink #E48D83

Color information

#E48D83 (or 0xE48D83) is unknown color: approx My Pink. HEX triplet: E4, 8D and 83. RGB value is (228,141,131). Sum of RGB (Red+Green+Blue) = 228+141+131=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D83 is #1B727C. Grayscale: #A5A5A5. Windows color (decimal): -1798781 or 8621540. OLE color: 8621540.

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

Color convert

RGB228141131-
CMYK00.380.430.11
HSL6.19º64.24%70.39%-
HSV(B)6.19º42.54%89.41%-
XYZ45.6237.1826.25-
YUV165.87108.32172.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=45.6%
G=28.2%
B=26.2%

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
Decimal22814113100.380.430.116.1964.2470.39
HexE48D830262BB64046
Octal34421520304653136100106
Binary1110010010001101100000110100110101011101111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D83; }

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

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

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

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

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

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

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

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