#E29CCF

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

Shades of Plum #E29CCF

Tints of Plum #E29CCF

Color information

#E29CCF (or 0xE29CCF) is unknown color: approx Plum. HEX triplet: E2, 9C and CF. RGB value is (226,156,207). Sum of RGB (Red+Green+Blue) = 226+156+207=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCF is #1D6330. Grayscale: #B6B6B6. Windows color (decimal): -1925937 or 13606114. OLE color: 13606114.

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

Color convert

RGB226156207-
CMYK00.310.080.11
HSL316.29º54.69%74.9%-
HSV(B)316.29º30.97%88.63%-
XYZ54.5144.4564.74-
YUV182.74141.69158.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=38.37%
G=26.49%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615620700.310.080.11316.2954.6974.9
HexE29CCF01F8B13c374b
Octal342234317037101347467113
Binary111000101001110011001111011111100010111001111001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CCF; }

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

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

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

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

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

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

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

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