#EEA3F4

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

Shades of Plum #EEA3F4

Tints of Plum #EEA3F4

Color information

#EEA3F4 (or 0xEEA3F4) is unknown color: approx Plum. HEX triplet: EE, A3 and F4. RGB value is (238,163,244). Sum of RGB (Red+Green+Blue) = 238+163+244=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEA3F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3F4 is #115C0B. Grayscale: #C2C2C2. Windows color (decimal): -1137676 or 16032750. OLE color: 16032750.

HSL color Cylindrical-coordinate representation of color #EEA3F4: hue angle of 295.56º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA3F4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238163244-
CMYK0.020.3300.04
HSL295.56º78.64%79.8%-
HSV(B)295.56º33.2%95.69%-
XYZ64.6950.992-
YUV194.66155.85158.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 163 (64.06% from 255) = 25.27%
BLUE value IS 244 (95.70% from 255) = 37.83%
R=36.90%
G=25.27%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381632440.020.3300.04295.5678.6479.8
HexEEA3F4221041284f50
Octal35624336424104450117120
Binary11101110101000111111010010100001010010010100010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA3F4; }

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

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

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

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

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

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

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

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