#E194DA

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

Shades of Plum #E194DA

Tints of Plum #E194DA

Color information

#E194DA (or 0xE194DA) is unknown color: approx Plum. HEX triplet: E1, 94 and DA. RGB value is (225,148,218). Sum of RGB (Red+Green+Blue) = 225+148+218=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E194DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194DA is #1E6B25. Grayscale: #B2B2B2. Windows color (decimal): -1993510 or 14324961. OLE color: 14324961.

HSL color Cylindrical-coordinate representation of color #E194DA: hue angle of 305.45º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194DA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225148218-
CMYK00.340.030.12
HSL305.45º56.2%73.14%-
HSV(B)305.45º34.22%88.24%-
XYZ54.342.2571.62-
YUV179150.01160.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=38.07%
G=25.04%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514821800.340.030.12305.4556.273.14
HexE194DA0223C1313849
Octal34122433204231446170111
Binary11100001100101001101101001000101111001001100011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194DA; }

 p { color: rgb(225,148,218); }

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

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

 a { background-color: rgb(225,148,218); }

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

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

 span { border-color: rgb(225,148,218); }

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