#E39BD7

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

Shades of Plum #E39BD7

Tints of Plum #E39BD7

Color information

#E39BD7 (or 0xE39BD7) is unknown color: approx Plum. HEX triplet: E3, 9B and D7. RGB value is (227,155,215). Sum of RGB (Red+Green+Blue) = 227+155+215=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD7 is #1C6428. Grayscale: #B7B7B7. Windows color (decimal): -1860649 or 14130147. OLE color: 14130147.

HSL color Cylindrical-coordinate representation of color #E39BD7: hue angle of 310º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BD7 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB227155215-
CMYK00.320.050.11
HSL310º56.25%74.9%-
HSV(B)310º31.72%89.02%-
XYZ55.6744.6869.98-
YUV183.37145.85159.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=38.02%
G=25.96%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715521500.320.050.1131056.2574.9
HexE39BD70205B136384b
Octal34323332704051346670113
Binary111000111001101111010111010000010110111001101101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD7; }

 p { color: rgb(227,155,215); }

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

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

 a { background-color: rgb(227,155,215); }

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

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

 span { border-color: rgb(227,155,215); }

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