#EEA4F2

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

Shades of Plum #EEA4F2

Tints of Plum #EEA4F2

Color information

#EEA4F2 (or 0xEEA4F2) is unknown color: approx Plum. HEX triplet: EE, A4 and F2. RGB value is (238,164,242). Sum of RGB (Red+Green+Blue) = 238+164+242=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4F2 is #115B0D. Grayscale: #C2C2C2. Windows color (decimal): -1137422 or 15901934. OLE color: 15901934.

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

Color convert

RGB238164242-
CMYK0.020.3200.05
HSL296.92º75%79.61%-
HSV(B)296.92º32.23%94.9%-
XYZ64.5651.1490.47-
YUV195.02154.52158.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 25.47%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=36.96%
G=25.47%
B=37.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381642420.020.3200.05296.927579.61
HexEEA4F2220051294b50
Octal35624436224005451113120
Binary11101110101001001111001010100000010110010100110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4F2; }

 p { color: rgb(238,164,242); }

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

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

 a { background-color: rgb(238,164,242); }

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

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

 span { border-color: rgb(238,164,242); }

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