#EEA5EE

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

Shades of Plum #EEA5EE

Tints of Plum #EEA5EE

Color information

#EEA5EE (or 0xEEA5EE) is unknown color: approx Plum. HEX triplet: EE, A5 and EE. RGB value is (238,165,238). Sum of RGB (Red+Green+Blue) = 238+165+238=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5EE is #115A11. Grayscale: #C2C2C2. Windows color (decimal): -1137170 or 15640046. OLE color: 15640046.

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

Color convert

RGB238165238-
CMYK00.3100.07
HSL300º68.22%79.02%-
HSV(B)300º30.67%93.33%-
XYZ64.1551.2687.4-
YUV195.15152.18158.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 165 (64.84% from 255) = 25.74%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=37.13%
G=25.74%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816523800.3100.0730068.2279.02
HexEEA5EE01F0712c444f
Octal35624535603707454104117
Binary111011101010010111101110011111011110010110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5EE; }

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

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

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

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

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

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

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

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