Html Css Color HEX #E8A4FE Mauve

📋 copy color: '#E8A4FE'

red 232 ◦ green 164 ◦ blue 254

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

Shades of Mauve #E8A4FE

Tints of Mauve #E8A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.23%

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

R = 35.69%
G = 25.23%
B = 39.08%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E8A4FE (or 0xE8A4FE) is known color: Mauve. HEX triplet: E8, A4 and FE. RGB value is (232,164,254). Sum of RGB (Red+Green+Blue) = 232+164+254=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4FE is #175B01. Grayscale: #C2C2C2. Windows color (decimal): -1530626 or 16688360. OLE color: 16688360.

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

Color convert

RGB 232 164 254 -
CMYK 0.09 0.35 0 0.00
HSL 285.33º 0.98% 0.82% -
HSV(B) 285.33º 0.35% 1% -
XYZ 64.44 50.86 100.19 -
YUV 194.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 232 164 254 0.09 0.35 0 0.00 285.33 0.98 0.82
Hex E8 A4 FE 9 23 0 0 11D 62 52
Octal 350 244 376 11 43 0 0 435 142 122
Binary 11101000 10100100 11111110 1001 100011 0 0 100011101 1100010 1010010

Color Harmonies of #E8A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A4FE

Black with #E8A4FE

Text Example


Text Example

White with #E8A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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