#E29FDD

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

Shades of Plum #E29FDD

Tints of Plum #E29FDD

Color information

#E29FDD (or 0xE29FDD) is unknown color: approx Plum. HEX triplet: E2, 9F and DD. RGB value is (226,159,221). Sum of RGB (Red+Green+Blue) = 226+159+221=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FDD is #1D6022. Grayscale: #B9B9B9. Windows color (decimal): -1925155 or 14524386. OLE color: 14524386.

HSL color Cylindrical-coordinate representation of color #E29FDD: hue angle of 304.48º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FDD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226159221-
CMYK00.300.020.11
HSL304.48º53.6%75.49%-
HSV(B)304.48º29.65%88.63%-
XYZ56.8146.1974.33-
YUV186.1147.7156.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.29%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=37.29%
G=26.24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615922100.300.020.11304.4853.675.49
HexE29FDD01E2B130364b
Octal34223733503621346066113
Binary1110001010011111110111010111101010111001100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FDD; }

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

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

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

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

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

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

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

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