#E291D5

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

Shades of Plum #E291D5

Tints of Plum #E291D5

Color information

#E291D5 (or 0xE291D5) is unknown color: approx Plum. HEX triplet: E2, 91 and D5. RGB value is (226,145,213). Sum of RGB (Red+Green+Blue) = 226+145+213=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E291D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291D5 is #1D6E2A. Grayscale: #B0B0B0. Windows color (decimal): -1928747 or 13996514. OLE color: 13996514.

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

Color convert

RGB226145213-
CMYK00.360.060.11
HSL309.63º58.27%72.75%-
HSV(B)309.63º35.84%88.63%-
XYZ53.541.2268.09-
YUV176.97148.34162.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=38.70%
G=24.83%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614521300.360.060.11309.6358.2772.75
HexE291D50246B1363a49
Octal34222132504461346672111
Binary111000101001000111010101010010011010111001101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291D5; }

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

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

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

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

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

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

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

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