#E29CDD

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

Shades of Plum #E29CDD

Tints of Plum #E29CDD

Color information

#E29CDD (or 0xE29CDD) is unknown color: approx Plum. HEX triplet: E2, 9C and DD. RGB value is (226,156,221). Sum of RGB (Red+Green+Blue) = 226+156+221=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDD is #1D6322. Grayscale: #B8B8B8. Windows color (decimal): -1925923 or 14523618. OLE color: 14523618.

HSL color Cylindrical-coordinate representation of color #E29CDD: hue angle of 304.29º degrees, saturation: 0.55, 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 #E29CDD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226156221-
CMYK00.310.020.11
HSL304.29º54.69%74.9%-
HSV(B)304.29º30.97%88.63%-
XYZ56.345.1774.16-
YUV184.34148.69157.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=37.48%
G=25.87%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615622100.310.020.11304.2954.6974.9
HexE29CDD01F2B130374b
Octal34223433503721346067113
Binary1110001010011100110111010111111010111001100001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CDD; }

 p { color: rgb(226,156,221); }

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

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

 a { background-color: rgb(226,156,221); }

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

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

 span { border-color: rgb(226,156,221); }

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