#E19CEA

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

Shades of Plum #E19CEA

Tints of Plum #E19CEA

Color information

#E19CEA (or 0xE19CEA) is unknown color: approx Plum. HEX triplet: E1, 9C and EA. RGB value is (225,156,234). Sum of RGB (Red+Green+Blue) = 225+156+234=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CEA is #1E6315. Grayscale: #B9B9B9. Windows color (decimal): -1991446 or 15375585. OLE color: 15375585.

HSL color Cylindrical-coordinate representation of color #E19CEA: hue angle of 293.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19CEA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225156234-
CMYK0.040.3300.08
HSL293.08º65%76.47%-
HSV(B)293.08º33.33%91.76%-
XYZ57.7945.7283.62-
YUV185.52155.36156.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=36.59%
G=25.37%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251562340.040.3300.08293.086576.47
HexE19CEA42108125414c
Octal341234352441010445101114
Binary1110000110011100111010101001000010100010010010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CEA; }

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

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

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

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

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

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

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

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