#E195FF

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

Shades of Mauve #E195FF

Tints of Mauve #E195FF

Color information

#E195FF (or 0xE195FF) is unknown color: approx Mauve. HEX triplet: E1, 95 and FF. RGB value is (225,149,255). Sum of RGB (Red+Green+Blue) = 225+149+255=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #E195FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195FF is #1E6A00. Grayscale: #B7B7B7. Windows color (decimal): -1993217 or 16750049. OLE color: 16750049.

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

Color convert

RGB225149255-
CMYK0.120.4200
HSL283.02º100%79.22%-
HSV(B)283.02º41.57%100%-
XYZ59.8544.72100.09-
YUV183.81168.18157.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 255 (100% from 255) = 40.54%
R=35.77%
G=23.69%
B=40.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251492550.120.4200283.0210079.22
HexE195FFC2A0011b644f
Octal341225377145200433144117
Binary11100001100101011111111111001010100010001101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195FF; }

 p { color: rgb(225,149,255); }

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

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

 a { background-color: rgb(225,149,255); }

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

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

 span { border-color: rgb(225,149,255); }

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