#E19ED8

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

Shades of Plum #E19ED8

Tints of Plum #E19ED8

Color information

#E19ED8 (or 0xE19ED8) is unknown color: approx Plum. HEX triplet: E1, 9E and D8. RGB value is (225,158,216). Sum of RGB (Red+Green+Blue) = 225+158+216=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED8 is #1E6127. Grayscale: #B8B8B8. Windows color (decimal): -1990952 or 14196449. OLE color: 14196449.

HSL color Cylindrical-coordinate representation of color #E19ED8: hue angle of 308.06º 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 #E19ED8 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225158216-
CMYK00.300.040.12
HSL308.06º52.76%75.1%-
HSV(B)308.06º29.78%88.24%-
XYZ55.6745.4270.8-
YUV184.64145.7156.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 216 (84.77% from 255) = 36.06%
R=37.56%
G=26.38%
B=36.06%

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
Decimal22515821600.300.040.12308.0652.7675.1
HexE19ED801E4C134354b
Octal34123633003641446465113
Binary11100001100111101101100001111010011001001101001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ED8; }

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

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

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

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

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

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

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

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