#E197F3

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

Shades of Plum #E197F3

Tints of Plum #E197F3

Color information

#E197F3 (or 0xE197F3) is unknown color: approx Plum. HEX triplet: E1, 97 and F3. RGB value is (225,151,243). Sum of RGB (Red+Green+Blue) = 225+151+243=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #E197F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197F3 is #1E680C. Grayscale: #B7B7B7. Windows color (decimal): -1992717 or 15964129. OLE color: 15964129.

HSL color Cylindrical-coordinate representation of color #E197F3: hue angle of 288.26º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E197F3 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225151243-
CMYK0.070.3800.05
HSL288.26º79.31%77.25%-
HSV(B)288.26º37.86%95.29%-
XYZ58.344.6190.33-
YUV183.61161.52157.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=36.35%
G=24.39%
B=39.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251512430.070.3800.05288.2679.3177.25
HexE197F3726051204f4d
Octal34122736374605440117115
Binary111000011001011111110011111100110010110010000010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197F3; }

 p { color: rgb(225,151,243); }

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

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

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

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

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

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

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