#E4A0EE

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

Shades of Plum #E4A0EE

Tints of Plum #E4A0EE

Color information

#E4A0EE (or 0xE4A0EE) is unknown color: approx Plum. HEX triplet: E4, A0 and EE. RGB value is (228,160,238). Sum of RGB (Red+Green+Blue) = 228+160+238=626 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.42% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4A0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A0EE is #1B5F11. Grayscale: #BCBCBC. Windows color (decimal): -1793810 or 15638756. OLE color: 15638756.

HSL color Cylindrical-coordinate representation of color #E4A0EE: hue angle of 292.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4A0EE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228160238-
CMYK0.040.3300.07
HSL292.31º69.64%78.04%-
HSV(B)292.31º32.77%93.33%-
XYZ6047.8186.95-
YUV189.22155.53155.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.42%
GREEN value IS 160 (62.89% from 255) = 25.56%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=36.42%
G=25.56%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281602380.040.3300.07292.3169.6478.04
HexE4A0EE42107124464e
Octal34424035644107444106116
Binary111001001010000011101110100100001011110010010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A0EE; }

 p { color: rgb(228,160,238); }

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

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

 a { background-color: rgb(228,160,238); }

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

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

 span { border-color: rgb(228,160,238); }

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