#E28DD6

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

Shades of Plum #E28DD6

Tints of Plum #E28DD6

Color information

#E28DD6 (or 0xE28DD6) is unknown color: approx Plum. HEX triplet: E2, 8D and D6. RGB value is (226,141,214). Sum of RGB (Red+Green+Blue) = 226+141+214=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD6 is #1D7229. Grayscale: #AEAEAE. Windows color (decimal): -1929770 or 14061026. OLE color: 14061026.

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

Color convert

RGB226141214-
CMYK00.380.050.11
HSL308.47º59.44%71.96%-
HSV(B)308.47º37.61%88.63%-
XYZ53.0340.0768.56-
YUV174.74150.16164.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=38.90%
G=24.27%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614121400.380.050.11308.4759.4471.96
HexE28DD60265B1343b48
Octal34221532604651346473110
Binary111000101000110111010110010011010110111001101001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DD6; }

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

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

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

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

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

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

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

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