#E28DD0

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

Shades of Plum #E28DD0

Tints of Plum #E28DD0

Color information

#E28DD0 (or 0xE28DD0) is unknown color: approx Plum. HEX triplet: E2, 8D and D0. RGB value is (226,141,208). Sum of RGB (Red+Green+Blue) = 226+141+208=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD0 is #1D722F. Grayscale: #ADADAD. Windows color (decimal): -1929776 or 13667810. OLE color: 13667810.

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

Color convert

RGB226141208-
CMYK00.380.080.11
HSL312.71º59.44%71.96%-
HSV(B)312.71º37.61%88.63%-
XYZ52.2739.7764.6-
YUV174.05147.16165.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=39.30%
G=24.52%
B=36.17%

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
Decimal22614120800.380.080.11312.7159.4471.96
HexE28DD00268B1393b48
Octal342215320046101347173110
Binary1110001010001101110100000100110100010111001110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DD0; }

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

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

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

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

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

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

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

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