#E19DF2

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

Shades of Plum #E19DF2

Tints of Plum #E19DF2

Color information

#E19DF2 (or 0xE19DF2) is unknown color: approx Plum. HEX triplet: E1, 9D and F2. RGB value is (225,157,242). Sum of RGB (Red+Green+Blue) = 225+157+242=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #E19DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DF2 is #1E620D. Grayscale: #BABABA. Windows color (decimal): -1991182 or 15900129. OLE color: 15900129.

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

Color convert

RGB225157242-
CMYK0.070.3500.05
HSL288º76.58%78.24%-
HSV(B)288º35.12%94.9%-
XYZ59.1446.5389.87-
YUV187.02159.03155.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 157 (61.72% from 255) = 25.16%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=36.06%
G=25.16%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251572420.070.3500.0528876.5878.24
HexE19DF2723051204d4e
Octal34123536274305440115116
Binary111000011001110111110010111100011010110010000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DF2; }

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

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

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

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

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

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

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

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