#E28DCF

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

Shades of Plum #E28DCF

Tints of Plum #E28DCF

Color information

#E28DCF (or 0xE28DCF) is unknown color: approx Plum. HEX triplet: E2, 8D and CF. RGB value is (226,141,207). Sum of RGB (Red+Green+Blue) = 226+141+207=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DCF is #1D7230. Grayscale: #ADADAD. Windows color (decimal): -1929777 or 13602274. OLE color: 13602274.

HSL color Cylindrical-coordinate representation of color #E28DCF: hue angle of 313.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28DCF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226141207-
CMYK00.380.080.11
HSL313.41º59.44%71.96%-
HSV(B)313.41º37.61%88.63%-
XYZ52.1539.7263.95-
YUV173.94146.66165.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=39.37%
G=24.56%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614120700.380.080.11313.4159.4471.96
HexE28DCF0268B1393b48
Octal342215317046101347173110
Binary1110001010001101110011110100110100010111001110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DCF; }

 p { color: rgb(226,141,207); }

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

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

 a { background-color: rgb(226,141,207); }

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

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

 span { border-color: rgb(226,141,207); }

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