#EEA6EB

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

Shades of Plum #EEA6EB

Tints of Plum #EEA6EB

Color information

#EEA6EB (or 0xEEA6EB) is unknown color: approx Plum. HEX triplet: EE, A6 and EB. RGB value is (238,166,235). Sum of RGB (Red+Green+Blue) = 238+166+235=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6EB is #115914. Grayscale: #C3C3C3. Windows color (decimal): -1136917 or 15443694. OLE color: 15443694.

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

Color convert

RGB238166235-
CMYK00.300.010.07
HSL302.5º67.92%79.22%-
HSV(B)302.5º30.25%93.33%-
XYZ63.8951.4585.16-
YUV195.39150.35158.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 166 (65.23% from 255) = 25.98%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=37.25%
G=25.98%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816623500.300.010.07302.567.9279.22
HexEEA6EB01E1712e444f
Octal35624635303617456104117
Binary111011101010011011101011011110111110010111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA6EB; }

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

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

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

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

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

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

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

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