Html Css Color HEX #E7A2FB Mauve

📋 copy color: '#E7A2FB'

red 231 ◦ green 162 ◦ blue 251

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

Shades of Mauve #E7A2FB

Tints of Mauve #E7A2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.98%

R = 35.87%
G = 25.16%
B = 38.98%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7A2FB (or 0xE7A2FB) is known color: Mauve. HEX triplet: E7, A2 and FB. RGB value is (231,162,251). Sum of RGB (Red+Green+Blue) = 231+162+251=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 162 (63.67% from 255 or 25.16% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7A2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FB is #185D04. Grayscale: #C0C0C0. Windows color (decimal): -1596677 or 16491239. OLE color: 16491239.

HSL color Cylindrical-coordinate representation of color #E7A2FB: hue angle of 286.52º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A2FB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 162 251 -
CMYK 0.08 0.35 0 0.02
HSL 286.52º 0.92% 0.81% -
HSV(B) 286.52º 0.35% 0.98% -
XYZ 63.29 49.79 97.54 -
YUV 192.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 231 162 251 0.08 0.35 0 0.02 286.52 0.92 0.81
Hex E7 A2 FB 8 23 0 2 11F 5C 51
Octal 347 242 373 10 43 0 2 437 134 121
Binary 11100111 10100010 11111011 1000 100011 0 10 100011111 1011100 1010001

Color Harmonies of #E7A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A2FB

Black with #E7A2FB

Text Example


Text Example

White with #E7A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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