#E39BF0

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

Shades of Plum #E39BF0

Tints of Plum #E39BF0

Color information

#E39BF0 (or 0xE39BF0) is unknown color: approx Plum. HEX triplet: E3, 9B and F0. RGB value is (227,155,240). Sum of RGB (Red+Green+Blue) = 227+155+240=622 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.50% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #E39BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BF0 is #1C640F. Grayscale: #B9B9B9. Windows color (decimal): -1860624 or 15768547. OLE color: 15768547.

HSL color Cylindrical-coordinate representation of color #E39BF0: hue angle of 290.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39BF0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227155240-
CMYK0.050.3500.06
HSL290.82º73.91%77.45%-
HSV(B)290.82º35.42%94.12%-
XYZ59.1346.0688.21-
YUV186.22158.35157.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.50%
GREEN value IS 155 (60.94% from 255) = 24.92%
BLUE value IS 240 (94.14% from 255) = 38.59%
R=36.50%
G=24.92%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271552400.050.3500.06290.8273.9177.45
HexE39BF0523061234a4d
Octal34323336054306443112115
Binary111000111001101111110000101100011011010010001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BF0; }

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

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

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

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

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

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

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

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