#E39BD0

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

Shades of Plum #E39BD0

Tints of Plum #E39BD0

Color information

#E39BD0 (or 0xE39BD0) is unknown color: approx Plum. HEX triplet: E3, 9B and D0. RGB value is (227,155,208). Sum of RGB (Red+Green+Blue) = 227+155+208=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD0 is #1C642F. Grayscale: #B6B6B6. Windows color (decimal): -1860656 or 13671395. OLE color: 13671395.

HSL color Cylindrical-coordinate representation of color #E39BD0: hue angle of 315.83º 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 #E39BD0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB227155208-
CMYK00.320.080.11
HSL315.83º56.25%74.9%-
HSV(B)315.83º31.72%89.02%-
XYZ54.7944.3365.34-
YUV182.57142.35159.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=38.47%
G=26.27%
B=35.25%

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
Decimal22715520800.320.080.11315.8356.2574.9
HexE39BD00208B13c384b
Octal343233320040101347470113
Binary1110001110011011110100000100000100010111001111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD0; }

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

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

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

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

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

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

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

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