#e499fe

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

Shades of Mauve #E499FE

Tints of Mauve #E499FE

Color information

#E499FE (or 0xE499FE) is unknown color: approx Mauve. HEX triplet: E4, 99 and FE. RGB value is (228,153,254). Sum of RGB (Red+Green+Blue) = 228+153+254=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499FE is #1B6601. Grayscale: #BABABA. Windows color (decimal): -1795586 or 16685540. OLE color: 16685540.

HSL color Cylindrical-coordinate representation of color #E499FE: hue angle of 284.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E499FE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228153254-
CMYK0.100.4000.00
HSL284.55º98.06%79.8%-
HSV(B)284.55º39.76%99.61%-
XYZ61.2846.4399.5-
YUV186.94165.85157.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 24.09%
BLUE value IS 254 (99.61% from 255) = 40%
R=35.91%
G=24.09%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281532540.100.4000.00284.5598.0679.8
HexE499FEA280011d6250
Octal344231376125000435142120
Binary11100100100110011111111010101010000010001110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e499fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e499fe; }

 p { color: rgb(228,153,254); }

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

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

 a { background-color: rgb(228,153,254); }

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

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

 span { border-color: rgb(228,153,254); }

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