#E19ED7

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

Shades of Plum #E19ED7

Tints of Plum #E19ED7

Color information

#E19ED7 (or 0xE19ED7) is unknown color: approx Plum. HEX triplet: E1, 9E and D7. RGB value is (225,158,215). Sum of RGB (Red+Green+Blue) = 225+158+215=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED7 is #1E6128. Grayscale: #B8B8B8. Windows color (decimal): -1990953 or 14130913. OLE color: 14130913.

HSL color Cylindrical-coordinate representation of color #E19ED7: hue angle of 308.96º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19ED7 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225158215-
CMYK00.300.040.12
HSL308.96º52.76%75.1%-
HSV(B)308.96º29.78%88.24%-
XYZ55.5445.3770.12-
YUV184.53145.2156.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=37.63%
G=26.42%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515821500.300.040.12308.9652.7675.1
HexE19ED701E4C135354b
Octal34123632703641446565113
Binary11100001100111101101011101111010011001001101011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ED7; }

 p { color: rgb(225,158,215); }

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

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

 a { background-color: rgb(225,158,215); }

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

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

 span { border-color: rgb(225,158,215); }

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