#EEA8EF

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

Shades of Plum #EEA8EF

Tints of Plum #EEA8EF

Color information

#EEA8EF (or 0xEEA8EF) is unknown color: approx Plum. HEX triplet: EE, A8 and EF. RGB value is (238,168,239). Sum of RGB (Red+Green+Blue) = 238+168+239=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EF is #115710. Grayscale: #C4C4C4. Windows color (decimal): -1136401 or 15706350. OLE color: 15706350.

HSL color Cylindrical-coordinate representation of color #EEA8EF: hue angle of 299.15º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA8EF is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238168239-
CMYK0.000.3000.06
HSL299.15º68.93%79.8%-
HSV(B)299.15º29.71%93.73%-
XYZ64.8452.4188.36-
YUV197.02151.69157.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 168 (66.02% from 255) = 26.05%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=36.90%
G=26.05%
B=37.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381682390.000.3000.06299.1568.9379.8
HexEEA8EF01E0612b4550
Octal35625035703606453105120
Binary111011101010100011101111011110011010010101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8EF; }

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

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

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

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

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

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

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

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