#E296FC

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

Shades of Mauve #E296FC

Tints of Mauve #E296FC

Color information

#E296FC (or 0xE296FC) is unknown color: approx Mauve. HEX triplet: E2, 96 and FC. RGB value is (226,150,252). Sum of RGB (Red+Green+Blue) = 226+150+252=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E296FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296FC is #1D6903. Grayscale: #B8B8B8. Windows color (decimal): -1927428 or 16553698. OLE color: 16553698.

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

Color convert

RGB226150252-
CMYK0.100.4000.01
HSL284.71º94.44%78.82%-
HSV(B)284.71º40.48%98.82%-
XYZ59.8445.0197.63-
YUV184.35166.18157.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.99%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=35.99%
G=23.89%
B=40.13%

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
Decimal2261502520.100.4000.01284.7194.4478.82
HexE296FCA280111d5e4f
Octal342226374125001435136117
Binary11100010100101101111110010101010000110001110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296FC; }

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

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

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

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

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

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

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

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