Html Css Color HEX #E2AEF0 Mauve

📋 copy color: '#E2AEF0'

red 226 ◦ green 174 ◦ blue 240

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

Shades of Mauve #E2AEF0

Tints of Mauve #E2AEF0

RGB

 RED value IS 226 (88.67% from 255) = 35.31%

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

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 35.31%
G = 27.19%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2AEF0 (or 0xE2AEF0) is known color: Mauve. HEX triplet: E2, AE and F0. RGB value is (226,174,240). Sum of RGB (Red+Green+Blue) = 226+174+240=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEF0 is #1D510F. Grayscale: #C4C4C4. Windows color (decimal): -1921296 or 15773410. OLE color: 15773410.

HSL color Cylindrical-coordinate representation of color #E2AEF0: hue angle of 287.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AEF0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 174 240 -
CMYK 0.06 0.28 0 0.06
HSL 287.27º 0.69% 0.81% -
HSV(B) 287.27º 0.28% 0.94% -
XYZ 62.23 52.73 89.34 -
YUV 197.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 226 174 240 0.06 0.28 0 0.06 287.27 0.69 0.81
Hex E2 AE F0 6 1C 0 6 11F 45 51
Octal 342 256 360 6 34 0 6 437 105 121
Binary 11100010 10101110 11110000 110 11100 0 110 100011111 1000101 1010001

Color Harmonies of #E2AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEF0

Black with #E2AEF0

Text Example


Text Example

White with #E2AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEF0; }

 p { color: rgb(226,174,240); }

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

background-color css

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

 a { background-color: rgb(226,174,240); }

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

border-color css

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

 span { border-color: rgb(226,174,240); }

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