#E28FDA

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

Shades of Plum #E28FDA

Tints of Plum #E28FDA

Color information

#E28FDA (or 0xE28FDA) is unknown color: approx Plum. HEX triplet: E2, 8F and DA. RGB value is (226,143,218). Sum of RGB (Red+Green+Blue) = 226+143+218=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28FDA is #1D7025. Grayscale: #B0B0B0. Windows color (decimal): -1929254 or 14323682. OLE color: 14323682.

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

Color convert

RGB226143218-
CMYK00.370.040.11
HSL305.78º58.87%72.35%-
HSV(B)305.78º36.73%88.63%-
XYZ53.8440.8871.38-
YUV176.37151.5163.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=38.50%
G=24.36%
B=37.14%

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
Decimal22614321800.370.040.11305.7858.8772.35
HexE28FDA0254B1323b48
Octal34221733204541346273110
Binary111000101000111111011010010010110010111001100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FDA; }

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

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

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

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

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

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

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

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