#E497FA

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

Shades of Mauve #E497FA

Tints of Mauve #E497FA

Color information

#E497FA (or 0xE497FA) is unknown color: approx Mauve. HEX triplet: E4, 97 and FA. RGB value is (228,151,250). Sum of RGB (Red+Green+Blue) = 228+151+250=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #E497FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497FA is #1B6805. Grayscale: #B8B8B8. Windows color (decimal): -1796102 or 16422884. OLE color: 16422884.

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

Color convert

RGB228151250-
CMYK0.090.4000.02
HSL286.67º90.83%78.63%-
HSV(B)286.67º39.6%98.04%-
XYZ60.3245.5396.05-
YUV185.31164.51158.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.25%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=36.25%
G=24.01%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281512500.090.4000.02286.6790.8378.63
HexE497FA9280211f5b4f
Octal344227372115002437133117
Binary111001001001011111111010100110100001010001111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497FA; }

 p { color: rgb(228,151,250); }

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

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

 a { background-color: rgb(228,151,250); }

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

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

 span { border-color: rgb(228,151,250); }

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