#E28DD9

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

Shades of Plum #E28DD9

Tints of Plum #E28DD9

Color information

#E28DD9 (or 0xE28DD9) is unknown color: approx Plum. HEX triplet: E2, 8D and D9. RGB value is (226,141,217). Sum of RGB (Red+Green+Blue) = 226+141+217=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD9 is #1D7226. Grayscale: #AEAEAE. Windows color (decimal): -1929767 or 14257634. OLE color: 14257634.

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

Color convert

RGB226141217-
CMYK00.380.040.11
HSL306.35º59.44%71.96%-
HSV(B)306.35º37.61%88.63%-
XYZ53.4140.2370.6-
YUV175.08151.66164.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=38.70%
G=24.14%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614121700.380.040.11306.3559.4471.96
HexE28DD90264B1323b48
Octal34221533104641346273110
Binary111000101000110111011001010011010010111001100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DD9; }

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

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

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

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

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

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

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

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