#E19FEF

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

Shades of Plum #E19FEF

Tints of Plum #E19FEF

Color information

#E19FEF (or 0xE19FEF) is unknown color: approx Plum. HEX triplet: E1, 9F and EF. RGB value is (225,159,239). Sum of RGB (Red+Green+Blue) = 225+159+239=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E19FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEF is #1E6010. Grayscale: #BBBBBB. Windows color (decimal): -1990673 or 15704033. OLE color: 15704033.

HSL color Cylindrical-coordinate representation of color #E19FEF: hue angle of 289.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19FEF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225159239-
CMYK0.060.3300.06
HSL289.5º71.43%78.04%-
HSV(B)289.5º33.47%93.73%-
XYZ59.0347.0487.63-
YUV187.85156.87154.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=36.12%
G=25.52%
B=38.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251592390.060.3300.06289.571.4378.04
HexE19FEF62106122474e
Octal34123735764106442107116
Binary111000011001111111101111110100001011010010001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FEF; }

 p { color: rgb(225,159,239); }

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

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

 a { background-color: rgb(225,159,239); }

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

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

 span { border-color: rgb(225,159,239); }

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