#E48DDC

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

Shades of Plum #E48DDC

Tints of Plum #E48DDC

Color information

#E48DDC (or 0xE48DDC) is unknown color: approx Plum. HEX triplet: E4, 8D and DC. RGB value is (228,141,220). Sum of RGB (Red+Green+Blue) = 228+141+220=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDC is #1B7223. Grayscale: #AFAFAF. Windows color (decimal): -1798692 or 14454244. OLE color: 14454244.

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

Color convert

RGB228141220-
CMYK00.380.040.11
HSL305.52º61.7%72.35%-
HSV(B)305.52º38.16%89.41%-
XYZ54.4440.7172.7-
YUV176.02152.82165.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=38.71%
G=23.94%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814122000.380.040.11305.5261.772.35
HexE48DDC0264B1323e48
Octal34421533404641346276110
Binary111001001000110111011100010011010010111001100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DDC; }

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

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

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

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

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

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

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

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