#E29CE1

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

Shades of Plum #E29CE1

Tints of Plum #E29CE1

Color information

#E29CE1 (or 0xE29CE1) is unknown color: approx Plum. HEX triplet: E2, 9C and E1. RGB value is (226,156,225). Sum of RGB (Red+Green+Blue) = 226+156+225=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CE1 is #1D631E. Grayscale: #B8B8B8. Windows color (decimal): -1925919 or 14785762. OLE color: 14785762.

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

Color convert

RGB226156225-
CMYK00.310.000.11
HSL300.86º54.69%74.9%-
HSV(B)300.86º30.97%88.63%-
XYZ56.8445.3877-
YUV184.8150.69157.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=37.23%
G=25.70%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615622500.310.000.11300.8654.6974.9
HexE29CE101F0B12d374b
Octal34223434103701345567113
Binary111000101001110011100001011111010111001011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CE1; }

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

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

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

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

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

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

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

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