#E29FEE

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

Shades of Plum #E29FEE

Tints of Plum #E29FEE

Color information

#E29FEE (or 0xE29FEE) is unknown color: approx Plum. HEX triplet: E2, 9F and EE. RGB value is (226,159,238). Sum of RGB (Red+Green+Blue) = 226+159+238=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEE is #1D6011. Grayscale: #BBBBBB. Windows color (decimal): -1925138 or 15638498. OLE color: 15638498.

HSL color Cylindrical-coordinate representation of color #E29FEE: hue angle of 290.89º degrees, saturation: 0.7, 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 #E29FEE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226159238-
CMYK0.050.3300.07
HSL290.89º69.91%77.84%-
HSV(B)290.89º33.19%93.33%-
XYZ59.1947.1486.87-
YUV188.04156.2155.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.28%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=36.28%
G=25.52%
B=38.20%

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
Decimal2261592380.050.3300.07290.8969.9177.84
HexE29FEE52107123464e
Octal34223735654107443106116
Binary111000101001111111101110101100001011110010001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FEE; }

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

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

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

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

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

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

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

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