#EEA5ED

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

Shades of Plum #EEA5ED

Tints of Plum #EEA5ED

Color information

#EEA5ED (or 0xEEA5ED) is unknown color: approx Plum. HEX triplet: EE, A5 and ED. RGB value is (238,165,237). Sum of RGB (Red+Green+Blue) = 238+165+237=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5ED is #115A12. Grayscale: #C2C2C2. Windows color (decimal): -1137171 or 15574510. OLE color: 15574510.

HSL color Cylindrical-coordinate representation of color #EEA5ED: hue angle of 300.82º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5ED is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238165237-
CMYK00.310.000.07
HSL300.82º68.22%79.02%-
HSV(B)300.82º30.67%93.33%-
XYZ6451.286.63-
YUV195.04151.68158.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 165 (64.84% from 255) = 25.78%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=37.19%
G=25.78%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816523700.310.000.07300.8268.2279.02
HexEEA5ED01F0712d444f
Octal35624535503707455104117
Binary111011101010010111101101011111011110010110110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5ED; }

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

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

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

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

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

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

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

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