#E28DE1

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

Shades of Plum #E28DE1

Tints of Plum #E28DE1

Color information

#E28DE1 (or 0xE28DE1) is unknown color: approx Plum. HEX triplet: E2, 8D and E1. RGB value is (226,141,225). Sum of RGB (Red+Green+Blue) = 226+141+225=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DE1 is #1D721E. Grayscale: #AFAFAF. Windows color (decimal): -1929759 or 14781922. OLE color: 14781922.

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

Color convert

RGB226141225-
CMYK00.380.000.11
HSL300.71º59.44%71.96%-
HSV(B)300.71º37.61%88.63%-
XYZ54.4840.6576.21-
YUV175.99155.66163.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=38.18%
G=23.82%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614122500.380.000.11300.7159.4471.96
HexE28DE10260B12d3b48
Octal34221534104601345573110
Binary1110001010001101111000010100110010111001011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DE1; }

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

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

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

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

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

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

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

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