#E198F1

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

Shades of Plum #E198F1

Tints of Plum #E198F1

Color information

#E198F1 (or 0xE198F1) is unknown color: approx Plum. HEX triplet: E1, 98 and F1. RGB value is (225,152,241). Sum of RGB (Red+Green+Blue) = 225+152+241=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E198F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198F1 is #1E670E. Grayscale: #B7B7B7. Windows color (decimal): -1992463 or 15833313. OLE color: 15833313.

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

Color convert

RGB225152241-
CMYK0.070.3700.05
HSL289.21º76.07%77.06%-
HSV(B)289.21º36.93%94.51%-
XYZ58.1644.8188.8-
YUV183.97160.18157.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 152 (59.77% from 255) = 24.60%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=36.41%
G=24.60%
B=39.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251522410.070.3700.05289.2176.0777.06
HexE198F1725051214c4d
Octal34123036174505441114115
Binary111000011001100011110001111100101010110010000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198F1; }

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

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

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

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

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

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

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

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