#E39DF1

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

Shades of Plum #E39DF1

Tints of Plum #E39DF1

Color information

#E39DF1 (or 0xE39DF1) is unknown color: approx Plum. HEX triplet: E3, 9D and F1. RGB value is (227,157,241). Sum of RGB (Red+Green+Blue) = 227+157+241=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E39DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DF1 is #1C620E. Grayscale: #BBBBBB. Windows color (decimal): -1860111 or 15834595. OLE color: 15834595.

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

Color convert

RGB227157241-
CMYK0.060.3500.05
HSL290º75%78.04%-
HSV(B)290º34.85%94.51%-
XYZ59.6146.889.11-
YUV187.51158.19156.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.32%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=36.32%
G=25.12%
B=38.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271572410.060.3500.052907578.04
HexE39DF1623051224b4e
Octal34323536164305442113116
Binary111000111001110111110001110100011010110010001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39DF1; }

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

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

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

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

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

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

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

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