#E193DD

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

Shades of Plum #E193DD

Tints of Plum #E193DD

Color information

#E193DD (or 0xE193DD) is unknown color: approx Plum. HEX triplet: E1, 93 and DD. RGB value is (225,147,221). Sum of RGB (Red+Green+Blue) = 225+147+221=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DD is #1E6C22. Grayscale: #B2B2B2. Windows color (decimal): -1993763 or 14521313. OLE color: 14521313.

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

Color convert

RGB225147221-
CMYK00.350.020.12
HSL303.08º56.52%72.94%-
HSV(B)303.08º34.67%88.24%-
XYZ54.5442.173.66-
YUV178.76151.84160.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=37.94%
G=24.79%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514722100.350.020.12303.0856.5272.94
HexE193DD0232C12f3949
Octal34122333504321445771111
Binary11100001100100111101110101000111011001001011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193DD; }

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

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

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

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

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

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

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

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