#E291DC

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

Shades of Plum #E291DC

Tints of Plum #E291DC

Color information

#E291DC (or 0xE291DC) is unknown color: approx Plum. HEX triplet: E2, 91 and DC. RGB value is (226,145,220). Sum of RGB (Red+Green+Blue) = 226+145+220=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DC is #1D6E23. Grayscale: #B1B1B1. Windows color (decimal): -1928740 or 14455266. OLE color: 14455266.

HSL color Cylindrical-coordinate representation of color #E291DC: hue angle of 304.44º 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 #E291DC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226145220-
CMYK00.360.030.11
HSL304.44º58.27%72.75%-
HSV(B)304.44º35.84%88.63%-
XYZ54.4141.5972.87-
YUV177.77151.84162.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=38.24%
G=24.53%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614522000.360.030.11304.4458.2772.75
HexE291DC0243B1303a49
Octal34222133404431346072111
Binary11100010100100011101110001001001110111001100001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291DC; }

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

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

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

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

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

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

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

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