#E28ED8

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

Shades of Plum #E28ED8

Tints of Plum #E28ED8

Color information

#E28ED8 (or 0xE28ED8) is unknown color: approx Plum. HEX triplet: E2, 8E and D8. RGB value is (226,142,216). Sum of RGB (Red+Green+Blue) = 226+142+216=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ED8 is #1D7127. Grayscale: #AFAFAF. Windows color (decimal): -1929512 or 14192354. OLE color: 14192354.

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

Color convert

RGB226142216-
CMYK00.370.040.11
HSL307.14º59.15%72.16%-
HSV(B)307.14º37.17%88.63%-
XYZ53.4340.4769.96-
YUV175.55150.83163.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 142 (55.86% from 255) = 24.32%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=38.70%
G=24.32%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614221600.370.040.11307.1459.1572.16
HexE28ED80254B1333b48
Octal34221633004541346373110
Binary111000101000111011011000010010110010111001100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28ED8; }

 p { color: rgb(226,142,216); }

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

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

 a { background-color: rgb(226,142,216); }

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

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

 span { border-color: rgb(226,142,216); }

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