Html Css Color HEX #E7A2FC Mauve

📋 copy color: '#E7A2FC'

red 231 ◦ green 162 ◦ blue 252

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

Shades of Mauve #E7A2FC

Tints of Mauve #E7A2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 35.81%
G = 25.12%
B = 39.07%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7A2FC (or 0xE7A2FC) is known color: Mauve. HEX triplet: E7, A2 and FC. RGB value is (231,162,252). Sum of RGB (Red+Green+Blue) = 231+162+252=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7A2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FC is #185D03. Grayscale: #C0C0C0. Windows color (decimal): -1596676 or 16556775. OLE color: 16556775.

HSL color Cylindrical-coordinate representation of color #E7A2FC: hue angle of 286º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A2FC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 162 252 -
CMYK 0.08 0.36 0 0.01
HSL 286º 0.94% 0.81% -
HSV(B) 286º 0.36% 0.99% -
XYZ 63.45 49.86 98.38 -
YUV 192.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 231 162 252 0.08 0.36 0 0.01 286 0.94 0.81
Hex E7 A2 FC 8 24 0 1 11E 5E 51
Octal 347 242 374 10 44 0 1 436 136 121
Binary 11100111 10100010 11111100 1000 100100 0 1 100011110 1011110 1010001

Color Harmonies of #E7A2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A2FC

Black with #E7A2FC

Text Example


Text Example

White with #E7A2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A2FC; }

 p { color: rgb(231,162,252); }

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

background-color css

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

 a { background-color: rgb(231,162,252); }

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

border-color css

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

 span { border-color: rgb(231,162,252); }

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