#E28FDB

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

Shades of Plum #E28FDB

Tints of Plum #E28FDB

Color information

#E28FDB (or 0xE28FDB) is unknown color: approx Plum. HEX triplet: E2, 8F and DB. RGB value is (226,143,219). Sum of RGB (Red+Green+Blue) = 226+143+219=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDB is #1D7024. Grayscale: #B0B0B0. Windows color (decimal): -1929253 or 14389218. OLE color: 14389218.

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

Color convert

RGB226143219-
CMYK00.370.030.11
HSL305.06º58.87%72.35%-
HSV(B)305.06º36.73%88.63%-
XYZ53.9740.9372.07-
YUV176.48152163.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 143 (56.25% from 255) = 24.32%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=38.44%
G=24.32%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614321900.370.030.11305.0658.8772.35
HexE28FDB0253B1313b48
Octal34221733304531346173110
Binary11100010100011111101101101001011110111001100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FDB; }

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

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

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

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

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

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

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

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