#E28FDF

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

Shades of Plum #E28FDF

Tints of Plum #E28FDF

Color information

#E28FDF (or 0xE28FDF) is unknown color: approx Plum. HEX triplet: E2, 8F and DF. RGB value is (226,143,223). Sum of RGB (Red+Green+Blue) = 226+143+223=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDF is #1D7020. Grayscale: #B0B0B0. Windows color (decimal): -1929249 or 14651362. OLE color: 14651362.

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

Color convert

RGB226143223-
CMYK00.370.010.11
HSL302.17º58.87%72.35%-
HSV(B)302.17º36.73%88.63%-
XYZ54.5141.1474.88-
YUV176.94154163-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=38.18%
G=24.16%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614322300.370.010.11302.1758.8772.35
HexE28FDF0251B12e3b48
Octal34221733704511345673110
Binary1110001010001111110111110100101110111001011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FDF; }

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

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

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

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

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

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

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

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