#EEA8EC

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

Shades of Plum #EEA8EC

Tints of Plum #EEA8EC

Color information

#EEA8EC (or 0xEEA8EC) is unknown color: approx Plum. HEX triplet: EE, A8 and EC. RGB value is (238,168,236). Sum of RGB (Red+Green+Blue) = 238+168+236=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EC is #115713. Grayscale: #C4C4C4. Windows color (decimal): -1136404 or 15509742. OLE color: 15509742.

HSL color Cylindrical-coordinate representation of color #EEA8EC: hue angle of 301.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8EC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238168236-
CMYK00.290.010.07
HSL301.71º67.31%79.61%-
HSV(B)301.71º29.41%93.33%-
XYZ64.452.2486.05-
YUV196.68150.19157.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 168 (66.02% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=37.07%
G=26.17%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816823600.290.010.07301.7167.3179.61
HexEEA8EC01D1712e4350
Octal35625035403517456103120
Binary111011101010100011101100011101111110010111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8EC; }

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

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

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

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

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

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

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

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