#E48AD8

Color #E48AD8 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #E48AD8

Tints of Pale Magenta #E48AD8

Color information

#E48AD8 (or 0xE48AD8) is unknown color: approx Pale Magenta. HEX triplet: E4, 8A and D8. RGB value is (228,138,216). Sum of RGB (Red+Green+Blue) = 228+138+216=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AD8 is #1B7527. Grayscale: #ADADAD. Windows color (decimal): -1799464 or 14191332. OLE color: 14191332.

HSL color Cylindrical-coordinate representation of color #E48AD8: hue angle of 308º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AD8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB228138216-
CMYK00.390.050.11
HSL308º62.5%71.76%-
HSV(B)308º39.47%89.41%-
XYZ53.4839.6369.8-
YUV173.8151.82166.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.18%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=39.18%
G=23.71%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813821600.390.050.1130862.571.76
HexE48AD80275B1343e48
Octal34421233004751346476110
Binary111001001000101011011000010011110110111001101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AD8; }

 p { color: rgb(228,138,216); }

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

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

 a { background-color: rgb(228,138,216); }

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

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

 span { border-color: rgb(228,138,216); }

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