#EEA0EC

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

Shades of Plum #EEA0EC

Tints of Plum #EEA0EC

Color information

#EEA0EC (or 0xEEA0EC) is unknown color: approx Plum. HEX triplet: EE, A0 and EC. RGB value is (238,160,236). Sum of RGB (Red+Green+Blue) = 238+160+236=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0EC is #115F13. Grayscale: #BFBFBF. Windows color (decimal): -1138452 or 15507694. OLE color: 15507694.

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

Color convert

RGB238160236-
CMYK00.330.010.07
HSL301.54º69.64%78.04%-
HSV(B)301.54º32.77%93.33%-
XYZ62.9749.3785.57-
YUV191.99152.84160.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=37.54%
G=25.24%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816023600.330.010.07301.5469.6478.04
HexEEA0EC0211712e464e
Octal35624035404117456106116
Binary1110111010100000111011000100001111110010111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0EC; }

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

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

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

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

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

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

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

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