#E8AFEF

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

Shades of Plum #E8AFEF

Tints of Plum #E8AFEF

Color information

#E8AFEF (or 0xE8AFEF) is unknown color: approx Plum. HEX triplet: E8, AF and EF. RGB value is (232,175,239). Sum of RGB (Red+Green+Blue) = 232+175+239=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEF is #175010. Grayscale: #C7C7C7. Windows color (decimal): -1527825 or 15708136. OLE color: 15708136.

HSL color Cylindrical-coordinate representation of color #E8AFEF: hue angle of 293.44º 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 #E8AFEF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232175239-
CMYK0.030.2700.06
HSL293.44º66.67%81.18%-
HSV(B)293.44º26.78%93.73%-
XYZ64.1954.0588.71-
YUV199.34150.38151.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=35.91%
G=27.09%
B=37.00%

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
Decimal2321752390.030.2700.06293.4466.6781.18
HexE8AFEF31B061254351
Octal35025735733306445103121
Binary1110100010101111111011111111011011010010010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFEF; }

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

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

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

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

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

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

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

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