#E096FE

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

Shades of Mauve #E096FE

Tints of Mauve #E096FE

Color information

#E096FE (or 0xE096FE) is unknown color: approx Mauve. HEX triplet: E0, 96 and FE. RGB value is (224,150,254). Sum of RGB (Red+Green+Blue) = 224+150+254=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #E096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FE is #1F6901. Grayscale: #B7B7B7. Windows color (decimal): -2058498 or 16684768. OLE color: 16684768.

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

Color convert

RGB224150254-
CMYK0.120.4100.00
HSL282.69º98.11%79.22%-
HSV(B)282.69º40.94%99.61%-
XYZ59.5444.8299.28-
YUV183.98167.52156.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=35.67%
G=23.89%
B=40.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241502540.120.4100.00282.6998.1179.22
HexE096FEC290011b624f
Octal340226376145100433142117
Binary11100000100101101111111011001010010010001101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096FE; }

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

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

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

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

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

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

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

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