#EEA2EB

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

Shades of Plum #EEA2EB

Tints of Plum #EEA2EB

Color information

#EEA2EB (or 0xEEA2EB) is unknown color: approx Plum. HEX triplet: EE, A2 and EB. RGB value is (238,162,235). Sum of RGB (Red+Green+Blue) = 238+162+235=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EB is #115D14. Grayscale: #C0C0C0. Windows color (decimal): -1137941 or 15442670. OLE color: 15442670.

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

Color convert

RGB238162235-
CMYK00.320.010.07
HSL302.37º69.09%78.43%-
HSV(B)302.37º31.93%93.33%-
XYZ63.1850.0284.92-
YUV193.05151.68160.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 162 (63.67% from 255) = 25.51%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=37.48%
G=25.51%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816223500.320.010.07302.3769.0978.43
HexEEA2EB0201712e454e
Octal35624235304017456105116
Binary1110111010100010111010110100000111110010111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2EB; }

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

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

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

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

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

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

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

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