#E28DDE

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

Shades of Plum #E28DDE

Tints of Plum #E28DDE

Color information

#E28DDE (or 0xE28DDE) is unknown color: approx Plum. HEX triplet: E2, 8D and DE. RGB value is (226,141,222). Sum of RGB (Red+Green+Blue) = 226+141+222=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DDE is #1D7221. Grayscale: #AFAFAF. Windows color (decimal): -1929762 or 14585314. OLE color: 14585314.

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

Color convert

RGB226141222-
CMYK00.380.020.11
HSL302.82º59.44%71.96%-
HSV(B)302.82º37.61%88.63%-
XYZ54.0740.4974.07-
YUV175.65154.16163.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=38.37%
G=23.94%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614122200.380.020.11302.8259.4471.96
HexE28DDE0262B12f3b48
Octal34221533604621345773110
Binary11100010100011011101111001001101010111001011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DDE; }

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

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

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

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

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

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

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

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