#EE9FEF

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

Shades of Plum #EE9FEF

Tints of Plum #EE9FEF

Color information

#EE9FEF (or 0xEE9FEF) is unknown color: approx Plum. HEX triplet: EE, 9F and EF. RGB value is (238,159,239). Sum of RGB (Red+Green+Blue) = 238+159+239=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FEF is #116010. Grayscale: #BFBFBF. Windows color (decimal): -1138705 or 15704046. OLE color: 15704046.

HSL color Cylindrical-coordinate representation of color #EE9FEF: hue angle of 299.25º 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 #EE9FEF is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238159239-
CMYK0.000.3300.06
HSL299.25º71.43%78.04%-
HSV(B)299.25º33.47%93.73%-
XYZ63.2449.2187.83-
YUV191.74154.67161-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 159 (62.5% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=37.42%
G=25%
B=37.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381592390.000.3300.06299.2571.4378.04
HexEE9FEF0210612b474e
Octal35623735704106453107116
Binary1110111010011111111011110100001011010010101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FEF; }

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

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

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

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

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

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

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

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