#E293FD

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

Shades of Mauve #E293FD

Tints of Mauve #E293FD

Color information

#E293FD (or 0xE293FD) is unknown color: approx Mauve. HEX triplet: E2, 93 and FD. RGB value is (226,147,253). Sum of RGB (Red+Green+Blue) = 226+147+253=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E293FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293FD is #1D6C02. Grayscale: #B6B6B6. Windows color (decimal): -1928195 or 16618466. OLE color: 16618466.

HSL color Cylindrical-coordinate representation of color #E293FD: hue angle of 284.72º degrees, saturation: 0.96, 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 #E293FD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226147253-
CMYK0.110.4200.01
HSL284.72º96.36%78.43%-
HSV(B)284.72º41.9%99.22%-
XYZ59.5344.1398.31-
YUV182.7167.67158.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 147 (57.81% from 255) = 23.48%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=36.10%
G=23.48%
B=40.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261472530.110.4200.01284.7296.3678.43
HexE293FDB2A0111d604e
Octal342223375135201435140116
Binary11100010100100111111110110111010100110001110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293FD; }

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

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

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

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

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

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

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

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