#E8AFEA

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

Shades of Plum #E8AFEA

Tints of Plum #E8AFEA

Color information

#E8AFEA (or 0xE8AFEA) is unknown color: approx Plum. HEX triplet: E8, AF and EA. RGB value is (232,175,234). Sum of RGB (Red+Green+Blue) = 232+175+234=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEA is #175015. Grayscale: #C6C6C6. Windows color (decimal): -1527830 or 15380456. OLE color: 15380456.

HSL color Cylindrical-coordinate representation of color #E8AFEA: hue angle of 297.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFEA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232175234-
CMYK0.010.2500.08
HSL297.97º58.42%80.2%-
HSV(B)297.97º25.21%91.76%-
XYZ63.4653.7684.87-
YUV198.77147.88151.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=36.19%
G=27.30%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321752340.010.2500.08297.9758.4280.2
HexE8AFEA1190812a3a50
Octal35025735213101045272120
Binary111010001010111111101010111001010001001010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFEA; }

 p { color: rgb(232,175,234); }

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

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

 a { background-color: rgb(232,175,234); }

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

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

 span { border-color: rgb(232,175,234); }

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