#E297FC

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

Shades of Mauve #E297FC

Tints of Mauve #E297FC

Color information

#E297FC (or 0xE297FC) is unknown color: approx Mauve. HEX triplet: E2, 97 and FC. RGB value is (226,151,252). Sum of RGB (Red+Green+Blue) = 226+151+252=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 151 (59.38% from 255 or 24.01% 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 #E297FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297FC is #1D6803. Grayscale: #B8B8B8. Windows color (decimal): -1927172 or 16553954. OLE color: 16553954.

HSL color Cylindrical-coordinate representation of color #E297FC: hue angle of 284.55º 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 #E297FC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226151252-
CMYK0.100.4000.01
HSL284.55º94.39%79.02%-
HSV(B)284.55º40.08%98.82%-
XYZ6045.3397.68-
YUV184.94165.85157.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=35.93%
G=24.01%
B=40.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261512520.100.4000.01284.5594.3979.02
HexE297FCA280111d5e4f
Octal342227374125001435136117
Binary11100010100101111111110010101010000110001110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297FC; }

 p { color: rgb(226,151,252); }

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

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

 a { background-color: rgb(226,151,252); }

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

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

 span { border-color: rgb(226,151,252); }

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