Html Css Color HEX #E9A2FE Mauve

📋 copy color: '#E9A2FE'

red 233 ◦ green 162 ◦ blue 254

#E9A2FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E9A2FE

Tints of Mauve #E9A2FE

RGB

 RED value IS 233 (91.41% from 255) = 35.9%

 GREEN value IS 162 (63.67% from 255) = 24.96%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 35.9%
G = 24.96%
B = 39.14%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9A2FE (or 0xE9A2FE) is known color: Mauve. HEX triplet: E9, A2 and FE. RGB value is (233,162,254). Sum of RGB (Red+Green+Blue) = 233+162+254=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A2FE is #165D01. Grayscale: #C1C1C1. Windows color (decimal): -1465602 or 16687849. OLE color: 16687849.

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

Color convert

RGB 233 162 254 -
CMYK 0.08 0.36 0 0.00
HSL 286.3º 0.98% 0.82% -
HSV(B) 286.3º 0.36% 1% -
XYZ 64.41 50.32 100.08 -
YUV 193.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 233 162 254 0.08 0.36 0 0.00 286.3 0.98 0.82
Hex E9 A2 FE 8 24 0 0 11E 62 52
Octal 351 242 376 10 44 0 0 436 142 122
Binary 11101001 10100010 11111110 1000 100100 0 0 100011110 1100010 1010010

Color Harmonies of #E9A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A2FE

Black with #E9A2FE

Text Example


Text Example

White with #E9A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A2FE; }

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

 H1.HeaderClassName
 {
   color: #E9A2FE;
 }
 .AnyTagClassName
 {
   color: #E9A2FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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