#E48DDD

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

Shades of Plum #E48DDD

Tints of Plum #E48DDD

Color information

#E48DDD (or 0xE48DDD) is unknown color: approx Plum. HEX triplet: E4, 8D and DD. RGB value is (228,141,221). Sum of RGB (Red+Green+Blue) = 228+141+221=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDD is #1B7222. Grayscale: #AFAFAF. Windows color (decimal): -1798691 or 14519780. OLE color: 14519780.

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

Color convert

RGB228141221-
CMYK00.380.030.11
HSL304.83º61.7%72.35%-
HSV(B)304.83º38.16%89.41%-
XYZ54.5740.7673.4-
YUV176.13153.32165-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.64%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=38.64%
G=23.90%
B=37.46%

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
Decimal22814122100.380.030.11304.8361.772.35
HexE48DDD0263B1313e48
Octal34421533504631346176110
Binary11100100100011011101110101001101110111001100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DDD; }

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

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

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

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

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

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

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

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