#EE9EF2

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

Shades of Plum #EE9EF2

Tints of Plum #EE9EF2

Color information

#EE9EF2 (or 0xEE9EF2) is unknown color: approx Plum. HEX triplet: EE, 9E and F2. RGB value is (238,158,242). Sum of RGB (Red+Green+Blue) = 238+158+242=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EF2 is #11610D. Grayscale: #BFBFBF. Windows color (decimal): -1138958 or 15900398. OLE color: 15900398.

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

Color convert

RGB238158242-
CMYK0.020.3500.05
HSL297.14º76.36%78.43%-
HSV(B)297.14º34.71%94.9%-
XYZ63.5149.0490.12-
YUV191.5156.5161.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 158 (62.11% from 255) = 24.76%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=37.30%
G=24.76%
B=37.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381582420.020.3500.05297.1476.3678.43
HexEE9EF2223051294c4e
Octal35623636224305451114116
Binary11101110100111101111001010100011010110010100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9EF2; }

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

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

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

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

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

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

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

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