#E48EDE

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

Shades of Plum #E48EDE

Tints of Plum #E48EDE

Color information

#E48EDE (or 0xE48EDE) is unknown color: approx Plum. HEX triplet: E4, 8E and DE. RGB value is (228,142,222). Sum of RGB (Red+Green+Blue) = 228+142+222=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EDE is #1B7121. Grayscale: #B0B0B0. Windows color (decimal): -1798434 or 14585572. OLE color: 14585572.

HSL color Cylindrical-coordinate representation of color #E48EDE: hue angle of 304.19º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EDE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228142222-
CMYK00.380.030.11
HSL304.19º61.43%72.55%-
HSV(B)304.19º37.72%89.41%-
XYZ54.8541.1174.15-
YUV176.83153.49164.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=38.51%
G=23.99%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814222200.380.030.11304.1961.4372.55
HexE48EDE0263B1303d49
Octal34421633604631346075111
Binary11100100100011101101111001001101110111001100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EDE; }

 p { color: rgb(228,142,222); }

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

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

 a { background-color: rgb(228,142,222); }

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

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

 span { border-color: rgb(228,142,222); }

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