#E196FF

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

Shades of Mauve #E196FF

Tints of Mauve #E196FF

Color information

#E196FF (or 0xE196FF) is unknown color: approx Mauve. HEX triplet: E1, 96 and FF. RGB value is (225,150,255). Sum of RGB (Red+Green+Blue) = 225+150+255=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #E196FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196FF is #1E6900. Grayscale: #B8B8B8. Windows color (decimal): -1992961 or 16750305. OLE color: 16750305.

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

Color convert

RGB225150255-
CMYK0.120.4100
HSL282.86º100%79.41%-
HSV(B)282.86º41.18%100%-
XYZ60.0145.04100.14-
YUV184.4167.85156.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 40.48%
R=35.71%
G=23.81%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251502550.120.4100282.8610079.41
HexE196FFC290011b644f
Octal341226377145100433144117
Binary11100001100101101111111111001010010010001101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196FF; }

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

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

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

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

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

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

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

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