#EEAAF0

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

Shades of Plum #EEAAF0

Tints of Plum #EEAAF0

Color information

#EEAAF0 (or 0xEEAAF0) is unknown color: approx Plum. HEX triplet: EE, AA and F0. RGB value is (238,170,240). Sum of RGB (Red+Green+Blue) = 238+170+240=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF0 is #11550F. Grayscale: #C6C6C6. Windows color (decimal): -1135888 or 15772398. OLE color: 15772398.

HSL color Cylindrical-coordinate representation of color #EEAAF0: hue angle of 298.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAF0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238170240-
CMYK0.010.2900.06
HSL298.29º70%80.39%-
HSV(B)298.29º29.17%94.12%-
XYZ65.3653.2289.27-
YUV198.31151.53156.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=36.73%
G=26.23%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381702400.010.2900.06298.297080.39
HexEEAAF011D0612a4650
Octal35625236013506452106120
Binary111011101010101011110000111101011010010101010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAF0; }

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

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

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

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

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

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

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

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