#E194D8

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

Shades of Plum #E194D8

Tints of Plum #E194D8

Color information

#E194D8 (or 0xE194D8) is unknown color: approx Plum. HEX triplet: E1, 94 and D8. RGB value is (225,148,216). Sum of RGB (Red+Green+Blue) = 225+148+216=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E194D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194D8 is #1E6B27. Grayscale: #B2B2B2. Windows color (decimal): -1993512 or 14193889. OLE color: 14193889.

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

Color convert

RGB225148216-
CMYK00.340.040.12
HSL307.01º56.2%73.14%-
HSV(B)307.01º34.22%88.24%-
XYZ54.0442.1570.25-
YUV178.77149.01160.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=38.20%
G=25.13%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514821600.340.040.12307.0156.273.14
HexE194D80224C1333849
Octal34122433004241446370111
Binary111000011001010011011000010001010011001001100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194D8; }

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

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

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

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

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

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

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

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