#EEA3EF

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

Shades of Plum #EEA3EF

Tints of Plum #EEA3EF

Color information

#EEA3EF (or 0xEEA3EF) is unknown color: approx Plum. HEX triplet: EE, A3 and EF. RGB value is (238,163,239). Sum of RGB (Red+Green+Blue) = 238+163+239=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA3EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3EF is #115C10. Grayscale: #C1C1C1. Windows color (decimal): -1137681 or 15705070. OLE color: 15705070.

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

Color convert

RGB238163239-
CMYK0.000.3200.06
HSL299.21º70.37%78.82%-
HSV(B)299.21º31.8%93.73%-
XYZ63.9450.688.06-
YUV194.09153.35159.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 163 (64.06% from 255) = 25.47%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=37.19%
G=25.47%
B=37.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381632390.000.3200.06299.2170.3778.82
HexEEA3EF0200612b464f
Octal35624335704006453106117
Binary1110111010100011111011110100000011010010101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA3EF; }

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

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

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

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

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

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

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

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