#EEB2F1

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

Shades of Plum #EEB2F1

Tints of Plum #EEB2F1

Color information

#EEB2F1 (or 0xEEB2F1) is unknown color: approx Plum. HEX triplet: EE, B2 and F1. RGB value is (238,178,241). Sum of RGB (Red+Green+Blue) = 238+178+241=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2F1 is #114D0E. Grayscale: #CACACA. Windows color (decimal): -1133839 or 15839982. OLE color: 15839982.

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

Color convert

RGB238178241-
CMYK0.010.2600.05
HSL297.14º69.23%82.16%-
HSV(B)297.14º26.14%94.51%-
XYZ67.0656.3790.57-
YUV203.12149.38152.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 178 (69.92% from 255) = 27.09%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=36.23%
G=27.09%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381782410.010.2600.05297.1469.2382.16
HexEEB2F111A051294552
Octal35626236113205451105122
Binary111011101011001011110001111010010110010100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2F1; }

 p { color: rgb(238,178,241); }

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

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

 a { background-color: rgb(238,178,241); }

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

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

 span { border-color: rgb(238,178,241); }

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