#EEABF1

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

Shades of Plum #EEABF1

Tints of Plum #EEABF1

Color information

#EEABF1 (or 0xEEABF1) is unknown color: approx Plum. HEX triplet: EE, AB and F1. RGB value is (238,171,241). Sum of RGB (Red+Green+Blue) = 238+171+241=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF1 is #11540E. Grayscale: #C6C6C6. Windows color (decimal): -1135631 or 15838190. OLE color: 15838190.

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

Color convert

RGB238171241-
CMYK0.010.2900.05
HSL297.43º71.43%80.78%-
HSV(B)297.43º29.05%94.51%-
XYZ65.753.6590.11-
YUV199.01151.7155.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=36.62%
G=26.31%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381712410.010.2900.05297.4371.4380.78
HexEEABF111D051294751
Octal35625336113505451107121
Binary111011101010101111110001111101010110010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF1; }

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

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

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

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

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

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

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

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