#E193E1

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

Shades of Plum #E193E1

Tints of Plum #E193E1

Color information

#E193E1 (or 0xE193E1) is unknown color: approx Plum. HEX triplet: E1, 93 and E1. RGB value is (225,147,225). Sum of RGB (Red+Green+Blue) = 225+147+225=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E193E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193E1 is #1E6C1E. Grayscale: #B2B2B2. Windows color (decimal): -1993759 or 14783457. OLE color: 14783457.

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

Color convert

RGB225147225-
CMYK00.3500.12
HSL300º56.52%72.94%-
HSV(B)300º34.67%88.24%-
XYZ55.0842.3176.5-
YUV179.21153.84160.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514722500.3500.1230056.5272.94
HexE193E10230C12c3949
Octal34122334104301445471111
Binary1110000110010011111000010100011011001001011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193E1; }

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

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

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

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

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

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

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

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