#E39BF1

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

Shades of Plum #E39BF1

Tints of Plum #E39BF1

Color information

#E39BF1 (or 0xE39BF1) is unknown color: approx Plum. HEX triplet: E3, 9B and F1. RGB value is (227,155,241). Sum of RGB (Red+Green+Blue) = 227+155+241=623 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.44% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E39BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BF1 is #1C640E. Grayscale: #BABABA. Windows color (decimal): -1860623 or 15834083. OLE color: 15834083.

HSL color Cylindrical-coordinate representation of color #E39BF1: hue angle of 290.23º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E39BF1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227155241-
CMYK0.060.3600.05
HSL290.23º75.44%77.65%-
HSV(B)290.23º35.68%94.51%-
XYZ59.2846.1289-
YUV186.33158.85157.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.44%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=36.44%
G=24.88%
B=38.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271552410.060.3600.05290.2375.4477.65
HexE39BF1624051224b4e
Octal34323336164405442113116
Binary111000111001101111110001110100100010110010001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BF1; }

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

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

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

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

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

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

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

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