#E49083

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

Shades of My Pink #E49083

Tints of My Pink #E49083

Color information

#E49083 (or 0xE49083) is unknown color: approx My Pink. HEX triplet: E4, 90 and 83. RGB value is (228,144,131). Sum of RGB (Red+Green+Blue) = 228+144+131=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E49083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49083 is #1B6F7C. Grayscale: #A7A7A7. Windows color (decimal): -1798013 or 8622308. OLE color: 8622308.

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

Color convert

RGB228144131-
CMYK00.370.430.11
HSL8.04º64.24%70.39%-
HSV(B)8.04º42.54%89.41%-
XYZ46.0638.0826.39-
YUV167.63107.33171.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.33%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=45.33%
G=28.63%
B=26.04%

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
Decimal22814413100.370.430.118.0464.2470.39
HexE490830252BB84046
Octal344220203045531310100106
Binary11100100100100001000001101001011010111011100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49083; }

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

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

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

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

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

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

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

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