#E198FC

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

Shades of Mauve #E198FC

Tints of Mauve #E198FC

Color information

#E198FC (or 0xE198FC) is unknown color: approx Mauve. HEX triplet: E1, 98 and FC. RGB value is (225,152,252). Sum of RGB (Red+Green+Blue) = 225+152+252=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #E198FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198FC is #1E6703. Grayscale: #B8B8B8. Windows color (decimal): -1992452 or 16554209. OLE color: 16554209.

HSL color Cylindrical-coordinate representation of color #E198FC: hue angle of 283.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E198FC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225152252-
CMYK0.110.4000.01
HSL283.8º94.34%79.22%-
HSV(B)283.8º39.68%98.82%-
XYZ59.8545.4997.72-
YUV185.23165.68156.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 152 (59.77% from 255) = 24.17%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=35.77%
G=24.17%
B=40.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251522520.110.4000.01283.894.3479.22
HexE198FCB280111c5e4f
Octal341230374135001434136117
Binary11100001100110001111110010111010000110001110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198FC; }

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

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

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

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

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

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

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

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