#E99AFE

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

Shades of Mauve #E99AFE

Tints of Mauve #E99AFE

Color information

#E99AFE (or 0xE99AFE) is unknown color: approx Mauve. HEX triplet: E9, 9A and FE. RGB value is (233,154,254). Sum of RGB (Red+Green+Blue) = 233+154+254=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 154 (60.55% from 255 or 24.02% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E99AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AFE is #166501. Grayscale: #BCBCBC. Windows color (decimal): -1467650 or 16685801. OLE color: 16685801.

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

Color convert

RGB233154254-
CMYK0.080.3900.00
HSL287.4º98.04%80%-
HSV(B)287.4º39.37%99.61%-
XYZ63.0547.5999.63-
YUV189.02164.67159.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 154 (60.55% from 255) = 24.02%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=36.35%
G=24.02%
B=39.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331542540.080.3900.00287.498.0480
HexE99AFE8270011f6250
Octal351232376104700437142120
Binary11101001100110101111111010001001110010001111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99AFE; }

 p { color: rgb(233,154,254); }

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

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

 a { background-color: rgb(233,154,254); }

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

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

 span { border-color: rgb(233,154,254); }

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