#E29DF2

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

Shades of Plum #E29DF2

Tints of Plum #E29DF2

Color information

#E29DF2 (or 0xE29DF2) is unknown color: approx Plum. HEX triplet: E2, 9D and F2. RGB value is (226,157,242). Sum of RGB (Red+Green+Blue) = 226+157+242=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #E29DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DF2 is #1D620D. Grayscale: #BBBBBB. Windows color (decimal): -1925646 or 15900130. OLE color: 15900130.

HSL color Cylindrical-coordinate representation of color #E29DF2: hue angle of 288.71º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29DF2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226157242-
CMYK0.070.3500.05
HSL288.71º76.58%78.24%-
HSV(B)288.71º35.12%94.9%-
XYZ59.4546.6989.88-
YUV187.32158.86155.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=36.16%
G=25.12%
B=38.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261572420.070.3500.05288.7176.5878.24
HexE29DF2723051214d4e
Octal34223536274305441115116
Binary111000101001110111110010111100011010110010000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DF2; }

 p { color: rgb(226,157,242); }

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

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

 a { background-color: rgb(226,157,242); }

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

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

 span { border-color: rgb(226,157,242); }

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