#E29CD2

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

Shades of Plum #E29CD2

Tints of Plum #E29CD2

Color information

#E29CD2 (or 0xE29CD2) is unknown color: approx Plum. HEX triplet: E2, 9C and D2. RGB value is (226,156,210). Sum of RGB (Red+Green+Blue) = 226+156+210=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CD2 is #1D632D. Grayscale: #B6B6B6. Windows color (decimal): -1925934 or 13802722. OLE color: 13802722.

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

Color convert

RGB226156210-
CMYK00.310.070.11
HSL313.71º54.69%74.9%-
HSV(B)313.71º30.97%88.63%-
XYZ54.8944.666.69-
YUV183.09143.19158.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=38.18%
G=26.35%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615621000.310.070.11313.7154.6974.9
HexE29CD201F7B13a374b
Octal34223432203771347267113
Binary11100010100111001101001001111111110111001110101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CD2; }

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

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

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

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

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

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

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

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