#E293FC

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

Shades of Mauve #E293FC

Tints of Mauve #E293FC

Color information

#E293FC (or 0xE293FC) is unknown color: approx Mauve. HEX triplet: E2, 93 and FC. RGB value is (226,147,252). Sum of RGB (Red+Green+Blue) = 226+147+252=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #E293FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293FC is #1D6C03. Grayscale: #B6B6B6. Windows color (decimal): -1928196 or 16552930. OLE color: 16552930.

HSL color Cylindrical-coordinate representation of color #E293FC: hue angle of 285.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E293FC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226147252-
CMYK0.100.4200.01
HSL285.14º94.59%78.24%-
HSV(B)285.14º41.67%98.82%-
XYZ59.3744.0697.47-
YUV182.59167.17158.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=36.16%
G=23.52%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261472520.100.4200.01285.1494.5978.24
HexE293FCA2A0111d5f4e
Octal342223374125201435137116
Binary11100010100100111111110010101010100110001110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293FC; }

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

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

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

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

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

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

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

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