#EE9FF2

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

Shades of Plum #EE9FF2

Tints of Plum #EE9FF2

Color information

#EE9FF2 (or 0xEE9FF2) is unknown color: approx Plum. HEX triplet: EE, 9F and F2. RGB value is (238,159,242). Sum of RGB (Red+Green+Blue) = 238+159+242=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FF2 is #11600D. Grayscale: #BFBFBF. Windows color (decimal): -1138702 or 15900654. OLE color: 15900654.

HSL color Cylindrical-coordinate representation of color #EE9FF2: hue angle of 297.11º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9FF2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238159242-
CMYK0.020.3400.05
HSL297.11º76.15%78.63%-
HSV(B)297.11º34.3%94.9%-
XYZ63.6949.3890.18-
YUV192.08156.17160.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 159 (62.5% from 255) = 24.88%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=37.25%
G=24.88%
B=37.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381592420.020.3400.05297.1176.1578.63
HexEE9FF2222051294c4f
Octal35623736224205451114117
Binary11101110100111111111001010100010010110010100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FF2; }

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

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

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

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

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

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

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

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