#E28DDD

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

Shades of Plum #E28DDD

Tints of Plum #E28DDD

Color information

#E28DDD (or 0xE28DDD) is unknown color: approx Plum. HEX triplet: E2, 8D and DD. RGB value is (226,141,221). Sum of RGB (Red+Green+Blue) = 226+141+221=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DDD is #1D7222. Grayscale: #AFAFAF. Windows color (decimal): -1929763 or 14519778. OLE color: 14519778.

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

Color convert

RGB226141221-
CMYK00.380.020.11
HSL303.53º59.44%71.96%-
HSV(B)303.53º37.61%88.63%-
XYZ53.9440.4473.37-
YUV175.54153.66164-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=38.44%
G=23.98%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614122100.380.020.11303.5359.4471.96
HexE28DDD0262B1303b48
Octal34221533504621346073110
Binary11100010100011011101110101001101010111001100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DDD; }

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

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

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

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

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

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

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

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