#E193D9

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

Shades of Plum #E193D9

Tints of Plum #E193D9

Color information

#E193D9 (or 0xE193D9) is unknown color: approx Plum. HEX triplet: E1, 93 and D9. RGB value is (225,147,217). Sum of RGB (Red+Green+Blue) = 225+147+217=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E193D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193D9 is #1E6C26. Grayscale: #B2B2B2. Windows color (decimal): -1993767 or 14259169. OLE color: 14259169.

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

Color convert

RGB225147217-
CMYK00.350.040.12
HSL306.15º56.52%72.94%-
HSV(B)306.15º34.67%88.24%-
XYZ54.0141.8870.88-
YUV178.3149.84161.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=38.20%
G=24.96%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514721700.350.040.12306.1556.5272.94
HexE193D90234C1323949
Octal34122333104341446271111
Binary111000011001001111011001010001110011001001100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193D9; }

 p { color: rgb(225,147,217); }

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

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

 a { background-color: rgb(225,147,217); }

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

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

 span { border-color: rgb(225,147,217); }

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