#E4A7EF

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

Shades of Plum #E4A7EF

Tints of Plum #E4A7EF

Color information

#E4A7EF (or 0xE4A7EF) is unknown color: approx Plum. HEX triplet: E4, A7 and EF. RGB value is (228,167,239). Sum of RGB (Red+Green+Blue) = 228+167+239=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A7EF is #1B5810. Grayscale: #C1C1C1. Windows color (decimal): -1792017 or 15706084. OLE color: 15706084.

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

Color convert

RGB228167239-
CMYK0.050.3000.06
HSL290.83º69.23%79.61%-
HSV(B)290.83º30.13%93.73%-
XYZ61.3950.3688.15-
YUV193.45153.71152.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 167 (65.62% from 255) = 26.34%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=35.96%
G=26.34%
B=37.70%

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
Decimal2281672390.050.3000.06290.8369.2379.61
HexE4A7EF51E061234550
Octal34424735753606443105120
Binary11100100101001111110111110111110011010010001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A7EF; }

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

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

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

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

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

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

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

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