#e28fd9

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

Shades of Plum #E28FD9

Tints of Plum #E28FD9

Color information

#E28FD9 (or 0xE28FD9) is unknown color: approx Plum. HEX triplet: E2, 8F and D9. RGB value is (226,143,217). Sum of RGB (Red+Green+Blue) = 226+143+217=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FD9 is #1D7026. Grayscale: #B0B0B0. Windows color (decimal): -1929255 or 14258146. OLE color: 14258146.

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

Color convert

RGB226143217-
CMYK00.370.040.11
HSL306.51º58.87%72.35%-
HSV(B)306.51º36.73%88.63%-
XYZ53.7140.8270.69-
YUV176.25151163.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=38.57%
G=24.40%
B=37.03%

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
Decimal22614321700.370.040.11306.5158.8772.35
HexE28FD90254B1333b48
Octal34221733104541346373110
Binary111000101000111111011001010010110010111001100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28fd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28fd9; }

 p { color: rgb(226,143,217); }

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

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

 a { background-color: rgb(226,143,217); }

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

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

 span { border-color: rgb(226,143,217); }

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