#EEB1EF

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

Shades of Plum #EEB1EF

Tints of Plum #EEB1EF

Color information

#EEB1EF (or 0xEEB1EF) is unknown color: approx Plum. HEX triplet: EE, B1 and EF. RGB value is (238,177,239). Sum of RGB (Red+Green+Blue) = 238+177+239=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1EF is #114E10. Grayscale: #CACACA. Windows color (decimal): -1134097 or 15708654. OLE color: 15708654.

HSL color Cylindrical-coordinate representation of color #EEB1EF: hue angle of 299.03º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1EF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238177239-
CMYK0.000.2600.06
HSL299.03º65.96%81.57%-
HSV(B)299.03º25.94%93.73%-
XYZ66.5655.8588.93-
YUV202.31148.71153.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=36.39%
G=27.06%
B=36.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381772390.000.2600.06299.0365.9681.57
HexEEB1EF01A0612b4252
Octal35626135703206453102122
Binary111011101011000111101111011010011010010101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1EF; }

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

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

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

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

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

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

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

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