#E29FDF

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

Shades of Plum #E29FDF

Tints of Plum #E29FDF

Color information

#E29FDF (or 0xE29FDF) is unknown color: approx Plum. HEX triplet: E2, 9F and DF. RGB value is (226,159,223). Sum of RGB (Red+Green+Blue) = 226+159+223=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FDF is #1D6020. Grayscale: #BABABA. Windows color (decimal): -1925153 or 14655458. OLE color: 14655458.

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

Color convert

RGB226159223-
CMYK00.300.010.11
HSL302.69º53.6%75.49%-
HSV(B)302.69º29.65%88.63%-
XYZ57.0846.2975.74-
YUV186.33148.7156.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=37.17%
G=26.15%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615922300.300.010.11302.6953.675.49
HexE29FDF01E1B12f364b
Octal34223733703611345766113
Binary111000101001111111011111011110110111001011111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FDF; }

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

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

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

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

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

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

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

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