#E4AFED

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

Shades of Plum #E4AFED

Tints of Plum #E4AFED

Color information

#E4AFED (or 0xE4AFED) is unknown color: approx Plum. HEX triplet: E4, AF and ED. RGB value is (228,175,237). Sum of RGB (Red+Green+Blue) = 228+175+237=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFED is #1B5012. Grayscale: #C5C5C5. Windows color (decimal): -1789971 or 15577060. OLE color: 15577060.

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

Color convert

RGB228175237-
CMYK0.040.2600.07
HSL291.29º63.27%80.78%-
HSV(B)291.29º26.16%92.94%-
XYZ62.6153.2787.1-
YUV197.92150.06149.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.62%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=35.62%
G=27.34%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281752370.040.2600.07291.2963.2780.78
HexE4AFED41A071233f51
Octal3442573554320744377121
Binary1110010010101111111011011001101001111001000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFED; }

 p { color: rgb(228,175,237); }

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

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

 a { background-color: rgb(228,175,237); }

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

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

 span { border-color: rgb(228,175,237); }

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