Html Css Color HEX #E7AEF2 Mauve

📋 copy color: '#E7AEF2'

red 231 ◦ green 174 ◦ blue 242

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

Shades of Mauve #E7AEF2

Tints of Mauve #E7AEF2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.89%

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 35.7%
G = 26.89%
B = 37.4%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7AEF2 (or 0xE7AEF2) is known color: Mauve. HEX triplet: E7, AE and F2. RGB value is (231,174,242). Sum of RGB (Red+Green+Blue) = 231+174+242=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7AEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEF2 is #18510D. Grayscale: #C6C6C6. Windows color (decimal): -1593614 or 15904487. OLE color: 15904487.

HSL color Cylindrical-coordinate representation of color #E7AEF2: hue angle of 290.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7AEF2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 174 242 -
CMYK 0.05 0.28 0 0.05
HSL 290.29º 0.72% 0.82% -
HSV(B) 290.29º 0.28% 0.95% -
XYZ 64.12 53.67 90.98 -
YUV 198.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 231 174 242 0.05 0.28 0 0.05 290.29 0.72 0.82
Hex E7 AE F2 5 1C 0 5 122 48 52
Octal 347 256 362 5 34 0 5 442 110 122
Binary 11100111 10101110 11110010 101 11100 0 101 100100010 1001000 1010010

Color Harmonies of #E7AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AEF2

Black with #E7AEF2

Text Example


Text Example

White with #E7AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AEF2; }

 p { color: rgb(231,174,242); }

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

background-color css

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

 a { background-color: rgb(231,174,242); }

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

border-color css

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

 span { border-color: rgb(231,174,242); }

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