#E28AD1

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

Shades of Plum #E28AD1

Tints of Plum #E28AD1

Color information

#E28AD1 (or 0xE28AD1) is unknown color: approx Plum. HEX triplet: E2, 8A and D1. RGB value is (226,138,209). Sum of RGB (Red+Green+Blue) = 226+138+209=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD1 is #1D752E. Grayscale: #ACACAC. Windows color (decimal): -1930543 or 13732578. OLE color: 13732578.

HSL color Cylindrical-coordinate representation of color #E28AD1: hue angle of 311.59º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AD1 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226138209-
CMYK00.390.080.11
HSL311.59º60.27%71.37%-
HSV(B)311.59º38.94%88.63%-
XYZ51.9638.9565.1-
YUV172.41148.65166.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=39.44%
G=24.08%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613820900.390.080.11311.5960.2771.37
HexE28AD10278B1383c47
Octal342212321047101347074107
Binary1110001010001010110100010100111100010111001110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AD1; }

 p { color: rgb(226,138,209); }

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

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

 a { background-color: rgb(226,138,209); }

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

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

 span { border-color: rgb(226,138,209); }

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