#E9AFEF

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

Shades of Plum #E9AFEF

Tints of Plum #E9AFEF

Color information

#E9AFEF (or 0xE9AFEF) is unknown color: approx Plum. HEX triplet: E9, AF and EF. RGB value is (233,175,239). Sum of RGB (Red+Green+Blue) = 233+175+239=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEF is #165010. Grayscale: #C7C7C7. Windows color (decimal): -1462289 or 15708137. OLE color: 15708137.

HSL color Cylindrical-coordinate representation of color #E9AFEF: hue angle of 294.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AFEF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233175239-
CMYK0.030.2700.06
HSL294.38º66.67%81.18%-
HSV(B)294.38º26.78%93.73%-
XYZ64.5154.2288.73-
YUV199.64150.22151.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.01%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=36.01%
G=27.05%
B=36.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331752390.030.2700.06294.3866.6781.18
HexE9AFEF31B061264351
Octal35125735733306446103121
Binary1110100110101111111011111111011011010010011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFEF; }

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

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

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

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

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

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

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

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