#E8AFEE

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

Shades of Plum #E8AFEE

Tints of Plum #E8AFEE

Color information

#E8AFEE (or 0xE8AFEE) is unknown color: approx Plum. HEX triplet: E8, AF and EE. RGB value is (232,175,238). Sum of RGB (Red+Green+Blue) = 232+175+238=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEE is #175011. Grayscale: #C7C7C7. Windows color (decimal): -1527826 or 15642600. OLE color: 15642600.

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

Color convert

RGB232175238-
CMYK0.030.2600.07
HSL294.29º64.95%80.98%-
HSV(B)294.29º26.47%93.33%-
XYZ64.0453.9987.93-
YUV199.22149.88151.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=35.97%
G=27.13%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321752380.030.2600.07294.2964.9580.98
HexE8AFEE31A071264151
Octal35025735633207446101121
Binary1110100010101111111011101111010011110010011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFEE; }

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

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

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

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

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

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

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

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