Html Css Color HEX #E7A1FE Mauve

📋 copy color: '#E7A1FE'

red 231 ◦ green 161 ◦ blue 254

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

Shades of Mauve #E7A1FE

Tints of Mauve #E7A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.92%

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

R = 35.76%
G = 24.92%
B = 39.32%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7A1FE (or 0xE7A1FE) is known color: Mauve. HEX triplet: E7, A1 and FE. RGB value is (231,161,254). Sum of RGB (Red+Green+Blue) = 231+161+254=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A1FE is #185E01. Grayscale: #C0C0C0. Windows color (decimal): -1596930 or 16687591. OLE color: 16687591.

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

Color convert

RGB 231 161 254 -
CMYK 0.09 0.37 0 0.00
HSL 285.16º 0.98% 0.81% -
HSV(B) 285.16º 0.37% 1% -
XYZ 63.59 49.63 99.99 -
YUV 192.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 231 161 254 0.09 0.37 0 0.00 285.16 0.98 0.81
Hex E7 A1 FE 9 25 0 0 11D 62 51
Octal 347 241 376 11 45 0 0 435 142 121
Binary 11100111 10100001 11111110 1001 100101 0 0 100011101 1100010 1010001

Color Harmonies of #E7A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A1FE

Black with #E7A1FE

Text Example


Text Example

White with #E7A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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