#E29CDC

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

Shades of Plum #E29CDC

Tints of Plum #E29CDC

Color information

#E29CDC (or 0xE29CDC) is unknown color: approx Plum. HEX triplet: E2, 9C and DC. RGB value is (226,156,220). Sum of RGB (Red+Green+Blue) = 226+156+220=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDC is #1D6323. Grayscale: #B8B8B8. Windows color (decimal): -1925924 or 14458082. OLE color: 14458082.

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

Color convert

RGB226156220-
CMYK00.310.030.11
HSL305.14º54.69%74.9%-
HSV(B)305.14º30.97%88.63%-
XYZ56.1745.1173.46-
YUV184.23148.19157.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=37.54%
G=25.91%
B=36.54%

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
Decimal22615622000.310.030.11305.1454.6974.9
HexE29CDC01F3B131374b
Octal34223433403731346167113
Binary1110001010011100110111000111111110111001100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CDC; }

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

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

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

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

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

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

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

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