#E096FF

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

Shades of Mauve #E096FF

Tints of Mauve #E096FF

Color information

#E096FF (or 0xE096FF) is unknown color: approx Mauve. HEX triplet: E0, 96 and FF. RGB value is (224,150,255). Sum of RGB (Red+Green+Blue) = 224+150+255=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #E096FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FF is #1F6900. Grayscale: #B7B7B7. Windows color (decimal): -2058497 or 16750304. OLE color: 16750304.

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

Color convert

RGB224150255-
CMYK0.120.4100
HSL282.29º100%79.41%-
HSV(B)282.29º41.18%100%-
XYZ59.744.88100.12-
YUV184.1168.02156.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 255 (100% from 255) = 40.54%
R=35.61%
G=23.85%
B=40.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241502550.120.4100282.2910079.41
HexE096FFC290011a644f
Octal340226377145100432144117
Binary11100000100101101111111111001010010010001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096FF; }

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

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

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

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

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

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

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

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