#E198F0

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

Shades of Plum #E198F0

Tints of Plum #E198F0

Color information

#E198F0 (or 0xE198F0) is unknown color: approx Plum. HEX triplet: E1, 98 and F0. RGB value is (225,152,240). Sum of RGB (Red+Green+Blue) = 225+152+240=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #E198F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198F0 is #1E670F. Grayscale: #B7B7B7. Windows color (decimal): -1992464 or 15767777. OLE color: 15767777.

HSL color Cylindrical-coordinate representation of color #E198F0: hue angle of 289.77º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E198F0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225152240-
CMYK0.060.3700.06
HSL289.77º74.58%76.86%-
HSV(B)289.77º36.67%94.12%-
XYZ58.0144.7688.02-
YUV183.86159.68157.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 152 (59.77% from 255) = 24.64%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=36.47%
G=24.64%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251522400.060.3700.06289.7774.5876.86
HexE198F0625061224b4d
Octal34123036064506442113115
Binary111000011001100011110000110100101011010010001010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198F0; }

 p { color: rgb(225,152,240); }

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

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

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

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

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

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

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