#E096FA

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

Shades of Mauve #E096FA

Tints of Mauve #E096FA

Color information

#E096FA (or 0xE096FA) is unknown color: approx Mauve. HEX triplet: E0, 96 and FA. RGB value is (224,150,250). Sum of RGB (Red+Green+Blue) = 224+150+250=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E096FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FA is #1F6905. Grayscale: #B7B7B7. Windows color (decimal): -2058502 or 16422624. OLE color: 16422624.

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

Color convert

RGB224150250-
CMYK0.100.400.02
HSL284.4º90.91%78.43%-
HSV(B)284.4º40%98.04%-
XYZ58.944.5695.94-
YUV183.53165.52156.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 150 (58.98% from 255) = 24.04%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=35.90%
G=24.04%
B=40.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241502500.100.400.02284.490.9178.43
HexE096FAA280211c5b4e
Octal340226372125002434133116
Binary111000001001011011111010101010100001010001110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096FA; }

 p { color: rgb(224,150,250); }

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

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

 a { background-color: rgb(224,150,250); }

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

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

 span { border-color: rgb(224,150,250); }

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