#E4A2EF

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

Shades of Plum #E4A2EF

Tints of Plum #E4A2EF

Color information

#E4A2EF (or 0xE4A2EF) is unknown color: approx Plum. HEX triplet: E4, A2 and EF. RGB value is (228,162,239). Sum of RGB (Red+Green+Blue) = 228+162+239=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4A2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A2EF is #1B5D10. Grayscale: #BEBEBE. Windows color (decimal): -1793297 or 15704804. OLE color: 15704804.

HSL color Cylindrical-coordinate representation of color #E4A2EF: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4A2EF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228162239-
CMYK0.050.3200.06
HSL291.43º70.64%78.63%-
HSV(B)291.43º32.22%93.73%-
XYZ60.548.5787.85-
YUV190.51155.37154.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.25%
GREEN value IS 162 (63.67% from 255) = 25.76%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=36.25%
G=25.76%
B=38.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281622390.050.3200.06291.4370.6478.63
HexE4A2EF52006123474f
Octal34424235754006443107117
Binary111001001010001011101111101100000011010010001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A2EF; }

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

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

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

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

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

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

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

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