#E39FDC

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

Shades of Plum #E39FDC

Tints of Plum #E39FDC

Color information

#E39FDC (or 0xE39FDC) is unknown color: approx Plum. HEX triplet: E3, 9F and DC. RGB value is (227,159,220). Sum of RGB (Red+Green+Blue) = 227+159+220=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDC is #1C6023. Grayscale: #BABABA. Windows color (decimal): -1859620 or 14458851. OLE color: 14458851.

HSL color Cylindrical-coordinate representation of color #E39FDC: hue angle of 306.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39FDC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227159220-
CMYK00.300.030.11
HSL306.18º54.84%75.69%-
HSV(B)306.18º29.96%89.02%-
XYZ56.9946.2973.64-
YUV186.29147.03157.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.46%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=37.46%
G=26.24%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715922000.300.030.11306.1854.8475.69
HexE39FDC01E3B132374c
Octal34323733403631346267114
Binary1110001110011111110111000111101110111001100101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FDC; }

 p { color: rgb(227,159,220); }

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

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

 a { background-color: rgb(227,159,220); }

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

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

 span { border-color: rgb(227,159,220); }

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