#E29EDA

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

Shades of Plum #E29EDA

Tints of Plum #E29EDA

Color information

#E29EDA (or 0xE29EDA) is unknown color: approx Plum. HEX triplet: E2, 9E and DA. RGB value is (226,158,218). Sum of RGB (Red+Green+Blue) = 226+158+218=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EDA is #1D6125. Grayscale: #B8B8B8. Windows color (decimal): -1925414 or 14327522. OLE color: 14327522.

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

Color convert

RGB226158218-
CMYK00.300.040.11
HSL307.06º53.97%75.29%-
HSV(B)307.06º30.09%88.63%-
XYZ56.2545.6872.18-
YUV185.17146.53157.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=37.54%
G=26.25%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615821800.300.040.11307.0653.9775.29
HexE29EDA01E4B133364b
Octal34223633203641346366113
Binary11100010100111101101101001111010010111001100111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EDA; }

 p { color: rgb(226,158,218); }

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

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

 a { background-color: rgb(226,158,218); }

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

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

 span { border-color: rgb(226,158,218); }

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