#E28DD4

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

Shades of Plum #E28DD4

Tints of Plum #E28DD4

Color information

#E28DD4 (or 0xE28DD4) is unknown color: approx Plum. HEX triplet: E2, 8D and D4. RGB value is (226,141,212). Sum of RGB (Red+Green+Blue) = 226+141+212=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD4 is #1D722B. Grayscale: #AEAEAE. Windows color (decimal): -1929772 or 13929954. OLE color: 13929954.

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

Color convert

RGB226141212-
CMYK00.380.060.11
HSL309.88º59.44%71.96%-
HSV(B)309.88º37.61%88.63%-
XYZ52.7739.9767.22-
YUV174.51149.16164.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=39.03%
G=24.35%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614121200.380.060.11309.8859.4471.96
HexE28DD40266B1363b48
Octal34221532404661346673110
Binary111000101000110111010100010011011010111001101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DD4; }

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

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

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

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

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

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

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

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