#E19DEE

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

Shades of Plum #E19DEE

Tints of Plum #E19DEE

Color information

#E19DEE (or 0xE19DEE) is unknown color: approx Plum. HEX triplet: E1, 9D and EE. RGB value is (225,157,238). Sum of RGB (Red+Green+Blue) = 225+157+238=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #E19DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEE is #1E6211. Grayscale: #BABABA. Windows color (decimal): -1991186 or 15637985. OLE color: 15637985.

HSL color Cylindrical-coordinate representation of color #E19DEE: hue angle of 290.37º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19DEE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225157238-
CMYK0.050.3400.07
HSL290.37º70.43%77.45%-
HSV(B)290.37º34.03%93.33%-
XYZ58.5446.2986.74-
YUV186.57157.03155.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 157 (61.72% from 255) = 25.32%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=36.29%
G=25.32%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251572380.050.3400.07290.3770.4377.45
HexE19DEE52207122464d
Octal34123535654207442106115
Binary111000011001110111101110101100010011110010001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DEE; }

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

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

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

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

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

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

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

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