#E291DA

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

Shades of Plum #E291DA

Tints of Plum #E291DA

Color information

#E291DA (or 0xE291DA) is unknown color: approx Plum. HEX triplet: E2, 91 and DA. RGB value is (226,145,218). Sum of RGB (Red+Green+Blue) = 226+145+218=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DA is #1D6E25. Grayscale: #B1B1B1. Windows color (decimal): -1928742 or 14324194. OLE color: 14324194.

HSL color Cylindrical-coordinate representation of color #E291DA: hue angle of 305.93º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291DA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226145218-
CMYK00.360.040.11
HSL305.93º58.27%72.75%-
HSV(B)305.93º35.84%88.63%-
XYZ54.1441.4871.48-
YUV177.54150.84162.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=38.37%
G=24.62%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614521800.360.040.11305.9358.2772.75
HexE291DA0244B1323a49
Octal34222133204441346272111
Binary111000101001000111011010010010010010111001100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291DA; }

 p { color: rgb(226,145,218); }

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

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

 a { background-color: rgb(226,145,218); }

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

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

 span { border-color: rgb(226,145,218); }

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