#E29FED

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

Shades of Plum #E29FED

Tints of Plum #E29FED

Color information

#E29FED (or 0xE29FED) is unknown color: approx Plum. HEX triplet: E2, 9F and ED. RGB value is (226,159,237). Sum of RGB (Red+Green+Blue) = 226+159+237=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FED is #1D6012. Grayscale: #BBBBBB. Windows color (decimal): -1925139 or 15572962. OLE color: 15572962.

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

Color convert

RGB226159237-
CMYK0.050.3300.07
HSL291.54º68.42%77.65%-
HSV(B)291.54º32.91%92.94%-
XYZ59.0547.0886.1-
YUV187.92155.7155.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.33%
GREEN value IS 159 (62.5% from 255) = 25.56%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=36.33%
G=25.56%
B=38.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261592370.050.3300.07291.5468.4277.65
HexE29FED52107124444e
Octal34223735554107444104116
Binary111000101001111111101101101100001011110010010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FED; }

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

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

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

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

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

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

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

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