#E095FF

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

Shades of Mauve #E095FF

Tints of Mauve #E095FF

Color information

#E095FF (or 0xE095FF) is unknown color: approx Mauve. HEX triplet: E0, 95 and FF. RGB value is (224,149,255). Sum of RGB (Red+Green+Blue) = 224+149+255=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #E095FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095FF is #1F6A00. Grayscale: #B7B7B7. Windows color (decimal): -2058753 or 16750048. OLE color: 16750048.

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

Color convert

RGB224149255-
CMYK0.120.4200
HSL282.45º100%79.22%-
HSV(B)282.45º41.57%100%-
XYZ59.5444.56100.07-
YUV183.51168.35156.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 149 (58.59% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 40.61%
R=35.67%
G=23.73%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241492550.120.4200282.4510079.22
HexE095FFC2A0011a644f
Octal340225377145200432144117
Binary11100000100101011111111111001010100010001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095FF; }

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

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

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

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

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

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

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

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