#E48BD9

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

Shades of Plum #E48BD9

Tints of Plum #E48BD9

Color information

#E48BD9 (or 0xE48BD9) is unknown color: approx Plum. HEX triplet: E4, 8B and D9. RGB value is (228,139,217). Sum of RGB (Red+Green+Blue) = 228+139+217=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BD9 is #1B7426. Grayscale: #AEAEAE. Windows color (decimal): -1799207 or 14257124. OLE color: 14257124.

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

Color convert

RGB228139217-
CMYK00.390.050.11
HSL307.42º62.24%71.96%-
HSV(B)307.42º39.04%89.41%-
XYZ53.7539.9770.53-
YUV174.5151.99166.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.04%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=39.04%
G=23.80%
B=37.16%

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
Decimal22813921700.390.050.11307.4262.2471.96
HexE48BD90275B1333e48
Octal34421333104751346376110
Binary111001001000101111011001010011110110111001100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BD9; }

 p { color: rgb(228,139,217); }

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

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

 a { background-color: rgb(228,139,217); }

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

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

 span { border-color: rgb(228,139,217); }

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