Html Css Color HEX #E8A2FE Mauve

📋 copy color: '#E8A2FE'

red 232 ◦ green 162 ◦ blue 254

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

Shades of Mauve #E8A2FE

Tints of Mauve #E8A2FE

RGB

 RED value IS 232 (91.02% from 255) = 35.8%

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

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

R = 35.8%
G = 25%
B = 39.2%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E8A2FE (or 0xE8A2FE) is known color: Mauve. HEX triplet: E8, A2 and FE. RGB value is (232,162,254). Sum of RGB (Red+Green+Blue) = 232+162+254=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2FE is #175D01. Grayscale: #C1C1C1. Windows color (decimal): -1531138 or 16687848. OLE color: 16687848.

HSL color Cylindrical-coordinate representation of color #E8A2FE: hue angle of 285.65º 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 #E8A2FE is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 162 254 -
CMYK 0.09 0.36 0 0.00
HSL 285.65º 0.98% 0.82% -
HSV(B) 285.65º 0.36% 1% -
XYZ 64.09 50.15 100.07 -
YUV 193.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 232 162 254 0.09 0.36 0 0.00 285.65 0.98 0.82
Hex E8 A2 FE 9 24 0 0 11E 62 52
Octal 350 242 376 11 44 0 0 436 142 122
Binary 11101000 10100010 11111110 1001 100100 0 0 100011110 1100010 1010010

Color Harmonies of #E8A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A2FE

Black with #E8A2FE

Text Example


Text Example

White with #E8A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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