#E193FD

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

Shades of Mauve #E193FD

Tints of Mauve #E193FD

Color information

#E193FD (or 0xE193FD) is unknown color: approx Mauve. HEX triplet: E1, 93 and FD. RGB value is (225,147,253). Sum of RGB (Red+Green+Blue) = 225+147+253=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E193FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193FD is #1E6C02. Grayscale: #B6B6B6. Windows color (decimal): -1993731 or 16618465. OLE color: 16618465.

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

Color convert

RGB225147253-
CMYK0.110.4200.01
HSL284.15º96.36%78.43%-
HSV(B)284.15º41.9%99.22%-
XYZ59.2143.9798.29-
YUV182.41167.84158.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=36%
G=23.52%
B=40.48%

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
Decimal2251472530.110.4200.01284.1596.3678.43
HexE193FDB2A0111c604e
Octal341223375135201434140116
Binary11100001100100111111110110111010100110001110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193FD; }

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

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

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

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

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

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

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

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