#E39BE1

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

Shades of Plum #E39BE1

Tints of Plum #E39BE1

Color information

#E39BE1 (or 0xE39BE1) is unknown color: approx Plum. HEX triplet: E3, 9B and E1. RGB value is (227,155,225). Sum of RGB (Red+Green+Blue) = 227+155+225=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BE1 is #1C641E. Grayscale: #B8B8B8. Windows color (decimal): -1860639 or 14785507. OLE color: 14785507.

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

Color convert

RGB227155225-
CMYK00.320.010.11
HSL301.67º56.25%74.9%-
HSV(B)301.67º31.72%89.02%-
XYZ56.9945.2176.96-
YUV184.51150.85158.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=37.40%
G=25.54%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715522500.320.010.11301.6756.2574.9
HexE39BE10201B12e384b
Octal34323334104011345670113
Binary1110001110011011111000010100000110111001011101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BE1; }

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

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

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

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

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

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

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

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