#E99FEC

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

Shades of Plum #E99FEC

Tints of Plum #E99FEC

Color information

#E99FEC (or 0xE99FEC) is unknown color: approx Plum. HEX triplet: E9, 9F and EC. RGB value is (233,159,236). Sum of RGB (Red+Green+Blue) = 233+159+236=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #E99FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEC is #166013. Grayscale: #BDBDBD. Windows color (decimal): -1466388 or 15507433. OLE color: 15507433.

HSL color Cylindrical-coordinate representation of color #E99FEC: hue angle of 297.66º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99FEC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233159236-
CMYK0.010.3300.07
HSL297.66º66.96%77.45%-
HSV(B)297.66º32.63%92.55%-
XYZ61.1448.1885.43-
YUV189.9154.02158.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 159 (62.5% from 255) = 25.32%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=37.10%
G=25.32%
B=37.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331592360.010.3300.07297.6666.9677.45
HexE99FEC1210712a434d
Octal35123735414107452103115
Binary1110100110011111111011001100001011110010101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FEC; }

 p { color: rgb(233,159,236); }

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

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

 a { background-color: rgb(233,159,236); }

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

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

 span { border-color: rgb(233,159,236); }

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