#E295FF

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

Shades of Mauve #E295FF

Tints of Mauve #E295FF

Color information

#E295FF (or 0xE295FF) is unknown color: approx Mauve. HEX triplet: E2, 95 and FF. RGB value is (226,149,255). Sum of RGB (Red+Green+Blue) = 226+149+255=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 149 (58.59% from 255 or 23.65% 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 #E295FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FF is #1D6A00. Grayscale: #B7B7B7. Windows color (decimal): -1927681 or 16750050. OLE color: 16750050.

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

Color convert

RGB226149255-
CMYK0.110.4200
HSL283.58º100%79.22%-
HSV(B)283.58º41.57%100%-
XYZ60.1644.88100.1-
YUV184.11168.01157.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 40.48%
R=35.87%
G=23.65%
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
SystemRedGreenBlueCMYKHSL
Decimal2261492550.110.4200283.5810079.22
HexE295FFB2A0011c644f
Octal342225377135200434144117
Binary11100010100101011111111110111010100010001110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295FF; }

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

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

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

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

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

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

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

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