#E19DE7

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

Shades of Plum #E19DE7

Tints of Plum #E19DE7

Color information

#E19DE7 (or 0xE19DE7) is unknown color: approx Plum. HEX triplet: E1, 9D and E7. RGB value is (225,157,231). Sum of RGB (Red+Green+Blue) = 225+157+231=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #E19DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DE7 is #1E6218. Grayscale: #B9B9B9. Windows color (decimal): -1991193 or 15179233. OLE color: 15179233.

HSL color Cylindrical-coordinate representation of color #E19DE7: hue angle of 295.14º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19DE7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225157231-
CMYK0.030.3200.09
HSL295.14º60.66%76.08%-
HSV(B)295.14º32.03%90.59%-
XYZ57.5345.8981.43-
YUV185.77153.53155.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=36.70%
G=25.61%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251572310.030.3200.09295.1460.6676.08
HexE19DE7320091273d4c
Octal34123534734001144775114
Binary11100001100111011110011111100000010011001001111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DE7; }

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

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

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

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

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

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

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

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