#EEABF3

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

Shades of Plum #EEABF3

Tints of Plum #EEABF3

Color information

#EEABF3 (or 0xEEABF3) is unknown color: approx Plum. HEX triplet: EE, AB and F3. RGB value is (238,171,243). Sum of RGB (Red+Green+Blue) = 238+171+243=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF3 is #11540C. Grayscale: #C7C7C7. Windows color (decimal): -1135629 or 15969262. OLE color: 15969262.

HSL color Cylindrical-coordinate representation of color #EEABF3: hue angle of 295.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEABF3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238171243-
CMYK0.020.3000.05
HSL295.83º75%81.18%-
HSV(B)295.83º29.63%95.29%-
XYZ6653.7791.69-
YUV199.24152.7155.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 171 (67.19% from 255) = 26.23%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=36.50%
G=26.23%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381712430.020.3000.05295.837581.18
HexEEABF321E051284b51
Octal35625336323605450113121
Binary1110111010101011111100111011110010110010100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF3; }

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

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

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

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

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

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

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

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