#EEA9EB

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

Shades of Plum #EEA9EB

Tints of Plum #EEA9EB

Color information

#EEA9EB (or 0xEEA9EB) is unknown color: approx Plum. HEX triplet: EE, A9 and EB. RGB value is (238,169,235). Sum of RGB (Red+Green+Blue) = 238+169+235=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9EB is #115614. Grayscale: #C4C4C4. Windows color (decimal): -1136149 or 15444462. OLE color: 15444462.

HSL color Cylindrical-coordinate representation of color #EEA9EB: hue angle of 302.61º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9EB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238169235-
CMYK00.290.010.07
HSL302.61º66.99%79.8%-
HSV(B)302.61º28.99%93.33%-
XYZ64.4452.5585.34-
YUV197.15149.36157.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 169 (66.41% from 255) = 26.32%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=37.07%
G=26.32%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816923500.290.010.07302.6166.9979.8
HexEEA9EB01D1712f4350
Octal35625135303517457103120
Binary111011101010100111101011011101111110010111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9EB; }

 p { color: rgb(238,169,235); }

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

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

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

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

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

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

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