#E9AFEE

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

Shades of Plum #E9AFEE

Tints of Plum #E9AFEE

Color information

#E9AFEE (or 0xE9AFEE) is unknown color: approx Plum. HEX triplet: E9, AF and EE. RGB value is (233,175,238). Sum of RGB (Red+Green+Blue) = 233+175+238=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEE is #165011. Grayscale: #C7C7C7. Windows color (decimal): -1462290 or 15642601. OLE color: 15642601.

HSL color Cylindrical-coordinate representation of color #E9AFEE: hue angle of 295.24º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9AFEE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233175238-
CMYK0.020.2600.07
HSL295.24º64.95%80.98%-
HSV(B)295.24º26.47%93.33%-
XYZ64.3754.1687.95-
YUV199.52149.72151.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=36.07%
G=27.09%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331752380.020.2600.07295.2464.9580.98
HexE9AFEE21A071274151
Octal35125735623207447101121
Binary1110100110101111111011101011010011110010011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFEE; }

 p { color: rgb(233,175,238); }

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

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

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

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

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

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

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