#EEA5EF

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

Shades of Plum #EEA5EF

Tints of Plum #EEA5EF

Color information

#EEA5EF (or 0xEEA5EF) is unknown color: approx Plum. HEX triplet: EE, A5 and EF. RGB value is (238,165,239). Sum of RGB (Red+Green+Blue) = 238+165+239=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5EF is #115A10. Grayscale: #C3C3C3. Windows color (decimal): -1137169 or 15705582. OLE color: 15705582.

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

Color convert

RGB238165239-
CMYK0.000.3100.06
HSL299.19º69.81%79.22%-
HSV(B)299.19º30.96%93.73%-
XYZ64.351.3288.18-
YUV195.26152.68158.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 165 (64.84% from 255) = 25.70%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=37.07%
G=25.70%
B=37.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381652390.000.3100.06299.1969.8179.22
HexEEA5EF01F0612b464f
Octal35624535703706453106117
Binary111011101010010111101111011111011010010101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5EF; }

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

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

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

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

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

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

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

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