#E49AF1

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

Shades of Plum #E49AF1

Tints of Plum #E49AF1

Color information

#E49AF1 (or 0xE49AF1) is unknown color: approx Plum. HEX triplet: E4, 9A and F1. RGB value is (228,154,241). Sum of RGB (Red+Green+Blue) = 228+154+241=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AF1 is #1B650E. Grayscale: #B9B9B9. Windows color (decimal): -1795343 or 15833828. OLE color: 15833828.

HSL color Cylindrical-coordinate representation of color #E49AF1: hue angle of 291.03º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E49AF1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228154241-
CMYK0.050.3600.05
HSL291.03º75.65%77.45%-
HSV(B)291.03º36.1%94.51%-
XYZ59.4345.9688.96-
YUV186.04159.02157.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=36.60%
G=24.72%
B=38.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281542410.050.3600.05291.0375.6577.45
HexE49AF1524051234c4d
Octal34423236154405443114115
Binary111001001001101011110001101100100010110010001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AF1; }

 p { color: rgb(228,154,241); }

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

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

 a { background-color: rgb(228,154,241); }

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

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

 span { border-color: rgb(228,154,241); }

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