#E39BD1

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

Shades of Plum #E39BD1

Tints of Plum #E39BD1

Color information

#E39BD1 (or 0xE39BD1) is unknown color: approx Plum. HEX triplet: E3, 9B and D1. RGB value is (227,155,209). Sum of RGB (Red+Green+Blue) = 227+155+209=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD1 is #1C642E. Grayscale: #B6B6B6. Windows color (decimal): -1860655 or 13736931. OLE color: 13736931.

HSL color Cylindrical-coordinate representation of color #E39BD1: hue angle of 315º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BD1 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB227155209-
CMYK00.320.080.11
HSL315º56.25%74.9%-
HSV(B)315º31.72%89.02%-
XYZ54.9144.3865.99-
YUV182.68142.85159.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=38.41%
G=26.23%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715520900.320.080.1131556.2574.9
HexE39BD10208B13b384b
Octal343233321040101347370113
Binary1110001110011011110100010100000100010111001110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD1; }

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

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

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

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

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

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

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

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