#E28DCE

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

Shades of Plum #E28DCE

Tints of Plum #E28DCE

Color information

#E28DCE (or 0xE28DCE) is unknown color: approx Plum. HEX triplet: E2, 8D and CE. RGB value is (226,141,206). Sum of RGB (Red+Green+Blue) = 226+141+206=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DCE is #1D7231. Grayscale: #ADADAD. Windows color (decimal): -1929778 or 13536738. OLE color: 13536738.

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

Color convert

RGB226141206-
CMYK00.380.090.11
HSL314.12º59.44%71.96%-
HSV(B)314.12º37.61%88.63%-
XYZ52.0339.6763.31-
YUV173.82146.16165.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=39.44%
G=24.61%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614120600.380.090.11314.1259.4471.96
HexE28DCE0269B13a3b48
Octal342215316046111347273110
Binary1110001010001101110011100100110100110111001110101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DCE; }

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

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

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

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

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

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

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

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