#E39BD6

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

Shades of Plum #E39BD6

Tints of Plum #E39BD6

Color information

#E39BD6 (or 0xE39BD6) is unknown color: approx Plum. HEX triplet: E3, 9B and D6. RGB value is (227,155,214). Sum of RGB (Red+Green+Blue) = 227+155+214=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD6 is #1C6429. Grayscale: #B7B7B7. Windows color (decimal): -1860650 or 14064611. OLE color: 14064611.

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

Color convert

RGB227155214-
CMYK00.320.060.11
HSL310.83º56.25%74.9%-
HSV(B)310.83º31.72%89.02%-
XYZ55.5444.6369.31-
YUV183.25145.35159.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 214 (83.98% from 255) = 35.91%
R=38.09%
G=26.01%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715521400.320.060.11310.8356.2574.9
HexE39BD60206B137384b
Octal34323332604061346770113
Binary111000111001101111010110010000011010111001101111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD6; }

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

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

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

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

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

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

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

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