#EEA1ED

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

Shades of Plum #EEA1ED

Tints of Plum #EEA1ED

Color information

#EEA1ED (or 0xEEA1ED) is unknown color: approx Plum. HEX triplet: EE, A1 and ED. RGB value is (238,161,237). Sum of RGB (Red+Green+Blue) = 238+161+237=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1ED is #115E12. Grayscale: #C0C0C0. Windows color (decimal): -1138195 or 15573486. OLE color: 15573486.

HSL color Cylindrical-coordinate representation of color #EEA1ED: hue angle of 300.78º 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 #EEA1ED is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238161237-
CMYK00.320.000.07
HSL300.78º69.37%78.24%-
HSV(B)300.78º32.35%93.33%-
XYZ63.2949.7886.39-
YUV192.69153.01160.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=37.42%
G=25.31%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816123700.320.000.07300.7869.3778.24
HexEEA1ED0200712d454e
Octal35624135504007455105116
Binary1110111010100001111011010100000011110010110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1ED; }

 p { color: rgb(238,161,237); }

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

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

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

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

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

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

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