#E39BEA

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

Shades of Plum #E39BEA

Tints of Plum #E39BEA

Color information

#E39BEA (or 0xE39BEA) is unknown color: approx Plum. HEX triplet: E3, 9B and EA. RGB value is (227,155,234). Sum of RGB (Red+Green+Blue) = 227+155+234=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E39BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39BEA is #1C6415. Grayscale: #B9B9B9. Windows color (decimal): -1860630 or 15375331. OLE color: 15375331.

HSL color Cylindrical-coordinate representation of color #E39BEA: hue angle of 294.68º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E39BEA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227155234-
CMYK0.030.3400.08
HSL294.68º65.29%76.27%-
HSV(B)294.68º33.76%91.76%-
XYZ58.2545.7183.6-
YUV185.53155.35157.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.85%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=36.85%
G=25.16%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271552340.030.3400.08294.6865.2976.27
HexE39BEA32208127414c
Octal343233352342010447101114
Binary111000111001101111101010111000100100010010011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BEA; }

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

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

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

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

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

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

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

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