#EEA2EE

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

Shades of Plum #EEA2EE

Tints of Plum #EEA2EE

Color information

#EEA2EE (or 0xEEA2EE) is unknown color: approx Plum. HEX triplet: EE, A2 and EE. RGB value is (238,162,238). Sum of RGB (Red+Green+Blue) = 238+162+238=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EE is #115D11. Grayscale: #C1C1C1. Windows color (decimal): -1137938 or 15639278. OLE color: 15639278.

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

Color convert

RGB238162238-
CMYK00.3200.07
HSL300º69.09%78.43%-
HSV(B)300º31.93%93.33%-
XYZ63.6150.1987.22-
YUV193.39153.18159.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 25.39%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=37.30%
G=25.39%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816223800.3200.0730069.0978.43
HexEEA2EE0200712c454e
Octal35624235604007454105116
Binary1110111010100010111011100100000011110010110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2EE; }

 p { color: rgb(238,162,238); }

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

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

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

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

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

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

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