#E28FDE

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

Shades of Plum #E28FDE

Tints of Plum #E28FDE

Color information

#E28FDE (or 0xE28FDE) is unknown color: approx Plum. HEX triplet: E2, 8F and DE. RGB value is (226,143,222). Sum of RGB (Red+Green+Blue) = 226+143+222=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDE is #1D7021. Grayscale: #B0B0B0. Windows color (decimal): -1929250 or 14585826. OLE color: 14585826.

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

Color convert

RGB226143222-
CMYK00.370.020.11
HSL302.89º58.87%72.35%-
HSV(B)302.89º36.73%88.63%-
XYZ54.3741.0974.17-
YUV176.82153.5163.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=38.24%
G=24.20%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614322200.370.020.11302.8958.8772.35
HexE28FDE0252B12f3b48
Octal34221733604521345773110
Binary11100010100011111101111001001011010111001011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FDE; }

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

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

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

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

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

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

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

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