#E39BED

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

Shades of Plum #E39BED

Tints of Plum #E39BED

Color information

#E39BED (or 0xE39BED) is unknown color: approx Plum. HEX triplet: E3, 9B and ED. RGB value is (227,155,237). Sum of RGB (Red+Green+Blue) = 227+155+237=619 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.67% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #E39BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BED is #1C6412. Grayscale: #B9B9B9. Windows color (decimal): -1860627 or 15571939. OLE color: 15571939.

HSL color Cylindrical-coordinate representation of color #E39BED: hue angle of 292.68º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39BED is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227155237-
CMYK0.040.3500.07
HSL292.68º69.49%76.86%-
HSV(B)292.68º34.6%92.94%-
XYZ58.6945.8985.88-
YUV185.88156.85157.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.67%
GREEN value IS 155 (60.94% from 255) = 25.04%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=36.67%
G=25.04%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271552370.040.3500.07292.6869.4976.86
HexE39BED42307125454d
Octal34323335544307445105115
Binary111000111001101111101101100100011011110010010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BED; }

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

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

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

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

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

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

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

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