#EEABF4

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

Shades of Plum #EEABF4

Tints of Plum #EEABF4

Color information

#EEABF4 (or 0xEEABF4) is unknown color: approx Plum. HEX triplet: EE, AB and F4. RGB value is (238,171,244). Sum of RGB (Red+Green+Blue) = 238+171+244=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF4 is #11540B. Grayscale: #C7C7C7. Windows color (decimal): -1135628 or 16034798. OLE color: 16034798.

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

Color convert

RGB238171244-
CMYK0.020.3000.04
HSL295.07º76.84%81.37%-
HSV(B)295.07º29.92%95.69%-
XYZ66.1553.8392.49-
YUV199.36153.2155.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 171 (67.19% from 255) = 26.19%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=36.45%
G=26.19%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381712440.020.3000.04295.0776.8481.37
HexEEABF421E041274d51
Octal35625336423604447115121
Binary1110111010101011111101001011110010010010011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF4; }

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

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

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

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

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

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

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

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