Html Css Color HEX #E7A6FE Mauve

📋 copy color: '#E7A6FE'

red 231 ◦ green 166 ◦ blue 254

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

Shades of Mauve #E7A6FE

Tints of Mauve #E7A6FE

RGB

 RED value IS 231 (90.63% from 255) = 35.48%

 GREEN value IS 166 (65.23% from 255) = 25.5%

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

R = 35.48%
G = 25.5%
B = 39.02%

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

#E7A6FE (or 0xE7A6FE) is known color: Mauve. HEX triplet: E7, A6 and FE. RGB value is (231,166,254). Sum of RGB (Red+Green+Blue) = 231+166+254=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A6FE is #185901. Grayscale: #C3C3C3. Windows color (decimal): -1595650 or 16688871. OLE color: 16688871.

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

Color convert

RGB 231 166 254 -
CMYK 0.09 0.35 0 0.00
HSL 284.32º 0.98% 0.82% -
HSV(B) 284.32º 0.35% 1% -
XYZ 64.48 51.42 100.29 -
YUV 195.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 231 166 254 0.09 0.35 0 0.00 284.32 0.98 0.82
Hex E7 A6 FE 9 23 0 0 11C 62 52
Octal 347 246 376 11 43 0 0 434 142 122
Binary 11100111 10100110 11111110 1001 100011 0 0 100011100 1100010 1010010

Color Harmonies of #E7A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A6FE

Black with #E7A6FE

Text Example


Text Example

White with #E7A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A6FE; }

 p { color: rgb(231,166,254); }

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

background-color css

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

 a { background-color: rgb(231,166,254); }

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

border-color css

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

 span { border-color: rgb(231,166,254); }

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