#E48F83

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

Shades of My Pink #E48F83

Tints of My Pink #E48F83

Color information

#E48F83 (or 0xE48F83) is unknown color: approx My Pink. HEX triplet: E4, 8F and 83. RGB value is (228,143,131). Sum of RGB (Red+Green+Blue) = 228+143+131=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F83 is #1B707C. Grayscale: #A7A7A7. Windows color (decimal): -1798269 or 8622052. OLE color: 8622052.

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

Color convert

RGB228143131-
CMYK00.370.430.11
HSL7.42º64.24%70.39%-
HSV(B)7.42º42.54%89.41%-
XYZ45.9137.7826.34-
YUV167.05107.66171.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=45.42%
G=28.49%
B=26.10%

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
Decimal22814313100.370.430.117.4264.2470.39
HexE48F830252BB74046
Octal34421720304553137100106
Binary1110010010001111100000110100101101011101111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48F83; }

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

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

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

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

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

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

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

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