#E39FEB

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

Shades of Plum #E39FEB

Tints of Plum #E39FEB

Color information

#E39FEB (or 0xE39FEB) is unknown color: approx Plum. HEX triplet: E3, 9F and EB. RGB value is (227,159,235). Sum of RGB (Red+Green+Blue) = 227+159+235=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E39FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39FEB is #1C6014. Grayscale: #BBBBBB. Windows color (decimal): -1859605 or 15441891. OLE color: 15441891.

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

Color convert

RGB227159235-
CMYK0.030.3200.08
HSL293.68º65.52%77.25%-
HSV(B)293.68º32.34%92.16%-
XYZ59.0747.1384.58-
YUV188154.53155.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.55%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=36.55%
G=25.60%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271592350.030.3200.08293.6865.5277.25
HexE39FEB32008126424d
Octal343237353340010446102115
Binary111000111001111111101011111000000100010010011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FEB; }

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

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

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

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

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

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

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

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