#E29FEA

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

Shades of Plum #E29FEA

Tints of Plum #E29FEA

Color information

#E29FEA (or 0xE29FEA) is unknown color: approx Plum. HEX triplet: E2, 9F and EA. RGB value is (226,159,234). Sum of RGB (Red+Green+Blue) = 226+159+234=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #E29FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEA is #1D6015. Grayscale: #BBBBBB. Windows color (decimal): -1925142 or 15376354. OLE color: 15376354.

HSL color Cylindrical-coordinate representation of color #E29FEA: hue angle of 293.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29FEA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226159234-
CMYK0.030.3200.08
HSL293.6º64.1%77.06%-
HSV(B)293.6º32.05%91.76%-
XYZ58.6146.9183.81-
YUV187.58154.2155.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=36.51%
G=25.69%
B=37.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261592340.030.3200.08293.664.177.06
HexE29FEA32008126404d
Octal342237352340010446100115
Binary111000101001111111101010111000000100010010011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FEA; }

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

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

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

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

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

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

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

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