#EEAAF4

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

Shades of Plum #EEAAF4

Tints of Plum #EEAAF4

Color information

#EEAAF4 (or 0xEEAAF4) is unknown color: approx Plum. HEX triplet: EE, AA and F4. RGB value is (238,170,244). Sum of RGB (Red+Green+Blue) = 238+170+244=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF4 is #11550B. Grayscale: #C6C6C6. Windows color (decimal): -1135884 or 16034542. OLE color: 16034542.

HSL color Cylindrical-coordinate representation of color #EEAAF4: hue angle of 295.14º 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 #EEAAF4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238170244-
CMYK0.020.3000.04
HSL295.14º77.08%81.18%-
HSV(B)295.14º30.33%95.69%-
XYZ65.9653.4692.43-
YUV198.77153.53155.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=36.50%
G=26.07%
B=37.42%

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
Decimal2381702440.020.3000.04295.1477.0881.18
HexEEAAF421E041274d51
Octal35625236423604447115121
Binary1110111010101010111101001011110010010010011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAF4; }

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

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

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

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

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

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

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

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