#EEA3F1

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

Shades of Plum #EEA3F1

Tints of Plum #EEA3F1

Color information

#EEA3F1 (or 0xEEA3F1) is unknown color: approx Plum. HEX triplet: EE, A3 and F1. RGB value is (238,163,241). Sum of RGB (Red+Green+Blue) = 238+163+241=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEA3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3F1 is #115C0E. Grayscale: #C2C2C2. Windows color (decimal): -1137679 or 15836142. OLE color: 15836142.

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

Color convert

RGB238163241-
CMYK0.010.3200.05
HSL297.69º73.58%79.22%-
HSV(B)297.69º32.37%94.51%-
XYZ64.2350.7289.62-
YUV194.32154.35159.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 163 (64.06% from 255) = 25.39%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=37.07%
G=25.39%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381632410.010.3200.05297.6973.5879.22
HexEEA3F11200512a4a4f
Octal35624336114005452112117
Binary1110111010100011111100011100000010110010101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA3F1; }

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

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

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

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

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

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

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

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