#E094FE

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

Shades of Mauve #E094FE

Tints of Mauve #E094FE

Color information

#E094FE (or 0xE094FE) is unknown color: approx Mauve. HEX triplet: E0, 94 and FE. RGB value is (224,148,254). Sum of RGB (Red+Green+Blue) = 224+148+254=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #E094FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FE is #1F6B01. Grayscale: #B6B6B6. Windows color (decimal): -2059010 or 16684256. OLE color: 16684256.

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

Color convert

RGB224148254-
CMYK0.120.4200.00
HSL283.02º98.15%78.82%-
HSV(B)283.02º41.73%99.61%-
XYZ59.2244.1899.17-
YUV182.81168.18157.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=35.78%
G=23.64%
B=40.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241482540.120.4200.00283.0298.1578.82
HexE094FEC2A0011b624f
Octal340224376145200433142117
Binary11100000100101001111111011001010100010001101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094FE; }

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

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

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

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

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

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

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

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