#E19DEA

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

Shades of Plum #E19DEA

Tints of Plum #E19DEA

Color information

#E19DEA (or 0xE19DEA) is unknown color: approx Plum. HEX triplet: E1, 9D and EA. RGB value is (225,157,234). Sum of RGB (Red+Green+Blue) = 225+157+234=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEA is #1E6215. Grayscale: #B9B9B9. Windows color (decimal): -1991190 or 15375841. OLE color: 15375841.

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

Color convert

RGB225157234-
CMYK0.040.3300.08
HSL292.99º64.71%76.67%-
HSV(B)292.99º32.91%91.76%-
XYZ57.9646.0683.68-
YUV186.11155.03155.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 157 (61.72% from 255) = 25.49%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=36.53%
G=25.49%
B=37.99%

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
Decimal2251572340.040.3300.08292.9964.7176.67
HexE19DEA42108125414d
Octal341235352441010445101115
Binary1110000110011101111010101001000010100010010010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DEA; }

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

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

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

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

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

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

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

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