#E4A8EF

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

Shades of Plum #E4A8EF

Tints of Plum #E4A8EF

Color information

#E4A8EF (or 0xE4A8EF) is unknown color: approx Plum. HEX triplet: E4, A8 and EF. RGB value is (228,168,239). Sum of RGB (Red+Green+Blue) = 228+168+239=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A8EF is #1B5710. Grayscale: #C1C1C1. Windows color (decimal): -1791761 or 15706340. OLE color: 15706340.

HSL color Cylindrical-coordinate representation of color #E4A8EF: hue angle of 290.7º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A8EF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228168239-
CMYK0.050.3000.06
HSL290.7º68.93%79.8%-
HSV(B)290.7º29.71%93.73%-
XYZ61.5850.7388.21-
YUV194.03153.38152.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 168 (66.02% from 255) = 26.46%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=35.91%
G=26.46%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281682390.050.3000.06290.768.9379.8
HexE4A8EF51E061234550
Octal34425035753606443105120
Binary11100100101010001110111110111110011010010001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A8EF; }

 p { color: rgb(228,168,239); }

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

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

 a { background-color: rgb(228,168,239); }

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

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

 span { border-color: rgb(228,168,239); }

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