#E194DF

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

Shades of Plum #E194DF

Tints of Plum #E194DF

Color information

#E194DF (or 0xE194DF) is unknown color: approx Plum. HEX triplet: E1, 94 and DF. RGB value is (225,148,223). Sum of RGB (Red+Green+Blue) = 225+148+223=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E194DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194DF is #1E6B20. Grayscale: #B3B3B3. Windows color (decimal): -1993505 or 14652641. OLE color: 14652641.

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

Color convert

RGB225148223-
CMYK00.340.010.12
HSL301.56º56.2%73.14%-
HSV(B)301.56º34.22%88.24%-
XYZ54.9642.5275.12-
YUV179.57152.51160.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=37.75%
G=24.83%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514822300.340.010.12301.5656.273.14
HexE194DF0221C12e3849
Octal34122433704211445670111
Binary1110000110010100110111110100010111001001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194DF; }

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

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

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

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

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

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

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

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