#E48DDB

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

Shades of Plum #E48DDB

Tints of Plum #E48DDB

Color information

#E48DDB (or 0xE48DDB) is unknown color: approx Plum. HEX triplet: E4, 8D and DB. RGB value is (228,141,219). Sum of RGB (Red+Green+Blue) = 228+141+219=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDB is #1B7224. Grayscale: #AFAFAF. Windows color (decimal): -1798693 or 14388708. OLE color: 14388708.

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

Color convert

RGB228141219-
CMYK00.380.040.11
HSL306.21º61.7%72.35%-
HSV(B)306.21º38.16%89.41%-
XYZ54.3140.6672-
YUV175.9152.32165.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.78%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=38.78%
G=23.98%
B=37.24%

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
Decimal22814121900.380.040.11306.2161.772.35
HexE48DDB0264B1323e48
Octal34421533304641346276110
Binary111001001000110111011011010011010010111001100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DDB; }

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

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

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

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

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

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

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

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