#E291D9

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

Shades of Plum #E291D9

Tints of Plum #E291D9

Color information

#E291D9 (or 0xE291D9) is unknown color: approx Plum. HEX triplet: E2, 91 and D9. RGB value is (226,145,217). Sum of RGB (Red+Green+Blue) = 226+145+217=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E291D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291D9 is #1D6E26. Grayscale: #B1B1B1. Windows color (decimal): -1928743 or 14258658. OLE color: 14258658.

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

Color convert

RGB226145217-
CMYK00.360.040.11
HSL306.67º58.27%72.75%-
HSV(B)306.67º35.84%88.63%-
XYZ54.0141.4370.8-
YUV177.43150.34162.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=38.44%
G=24.66%
B=36.90%

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
Decimal22614521700.360.040.11306.6758.2772.75
HexE291D90244B1333a49
Octal34222133104441346372111
Binary111000101001000111011001010010010010111001100111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291D9; }

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

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

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

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

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

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

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

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