#EEACEF

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

Shades of Plum #EEACEF

Tints of Plum #EEACEF

Color information

#EEACEF (or 0xEEACEF) is unknown color: approx Plum. HEX triplet: EE, AC and EF. RGB value is (238,172,239). Sum of RGB (Red+Green+Blue) = 238+172+239=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACEF is #115310. Grayscale: #C7C7C7. Windows color (decimal): -1135377 or 15707374. OLE color: 15707374.

HSL color Cylindrical-coordinate representation of color #EEACEF: hue angle of 299.1º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACEF is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238172239-
CMYK0.000.2800.06
HSL299.1º67.68%80.59%-
HSV(B)299.1º28.03%93.73%-
XYZ65.5953.9188.61-
YUV199.37150.37155.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=36.67%
G=26.50%
B=36.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381722390.000.2800.06299.167.6880.59
HexEEACEF01C0612b4451
Octal35625435703406453104121
Binary111011101010110011101111011100011010010101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACEF; }

 p { color: rgb(238,172,239); }

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

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

 a { background-color: rgb(238,172,239); }

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

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

 span { border-color: rgb(238,172,239); }

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