#E198FA

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

Shades of Mauve #E198FA

Tints of Mauve #E198FA

Color information

#E198FA (or 0xE198FA) is unknown color: approx Mauve. HEX triplet: E1, 98 and FA. RGB value is (225,152,250). Sum of RGB (Red+Green+Blue) = 225+152+250=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E198FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198FA is #1E6705. Grayscale: #B8B8B8. Windows color (decimal): -1992454 or 16423137. OLE color: 16423137.

HSL color Cylindrical-coordinate representation of color #E198FA: hue angle of 284.69º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E198FA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225152250-
CMYK0.100.3900.02
HSL284.69º90.74%78.82%-
HSV(B)284.69º39.2%98.04%-
XYZ59.5345.3796.06-
YUV185164.68156.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 152 (59.77% from 255) = 24.24%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=35.89%
G=24.24%
B=39.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251522500.100.3900.02284.6990.7478.82
HexE198FAA270211d5b4f
Octal341230372124702435133117
Binary111000011001100011111010101010011101010001110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198FA; }

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

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

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

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

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

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

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

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