#EEACF1

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

Shades of Plum #EEACF1

Tints of Plum #EEACF1

Color information

#EEACF1 (or 0xEEACF1) is unknown color: approx Plum. HEX triplet: EE, AC and F1. RGB value is (238,172,241). Sum of RGB (Red+Green+Blue) = 238+172+241=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACF1 is #11530E. Grayscale: #C7C7C7. Windows color (decimal): -1135375 or 15838446. OLE color: 15838446.

HSL color Cylindrical-coordinate representation of color #EEACF1: hue angle of 297.39º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEACF1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238172241-
CMYK0.010.2900.05
HSL297.39º71.13%80.98%-
HSV(B)297.39º28.63%94.51%-
XYZ65.8954.0390.18-
YUV199.6151.37155.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=36.56%
G=26.42%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381722410.010.2900.05297.3971.1380.98
HexEEACF111D051294751
Octal35625436113505451107121
Binary111011101010110011110001111101010110010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACF1; }

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

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

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

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

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

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

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

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