#E297FF

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

Shades of Mauve #E297FF

Tints of Mauve #E297FF

Color information

#E297FF (or 0xE297FF) is unknown color: approx Mauve. HEX triplet: E2, 97 and FF. RGB value is (226,151,255). Sum of RGB (Red+Green+Blue) = 226+151+255=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E297FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297FF is #1D6800. Grayscale: #B8B8B8. Windows color (decimal): -1927169 or 16750562. OLE color: 16750562.

HSL color Cylindrical-coordinate representation of color #E297FF: hue angle of 283.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E297FF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226151255-
CMYK0.110.4100
HSL283.27º100%79.61%-
HSV(B)283.27º40.78%100%-
XYZ60.4845.52100.21-
YUV185.28167.35157.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 151 (59.38% from 255) = 23.89%
BLUE value IS 255 (100% from 255) = 40.35%
R=35.76%
G=23.89%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261512550.110.4100283.2710079.61
HexE297FFB290011b6450
Octal342227377135100433144120
Binary11100010100101111111111110111010010010001101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297FF; }

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

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

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

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

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

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

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

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