#E29DDB

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

Shades of Plum #E29DDB

Tints of Plum #E29DDB

Color information

#E29DDB (or 0xE29DDB) is unknown color: approx Plum. HEX triplet: E2, 9D and DB. RGB value is (226,157,219). Sum of RGB (Red+Green+Blue) = 226+157+219=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DDB is #1D6224. Grayscale: #B8B8B8. Windows color (decimal): -1925669 or 14392802. OLE color: 14392802.

HSL color Cylindrical-coordinate representation of color #E29DDB: hue angle of 306.09º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29DDB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226157219-
CMYK00.310.030.11
HSL306.09º54.33%75.1%-
HSV(B)306.09º30.53%88.63%-
XYZ56.2145.472.82-
YUV184.7147.36157.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=37.54%
G=26.08%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615721900.310.030.11306.0954.3375.1
HexE29DDB01F3B132364b
Octal34223533303731346266113
Binary1110001010011101110110110111111110111001100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DDB; }

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

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

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

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

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

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

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

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