Html Css Color HEX #E2AEFA Mauve

📋 copy color: '#E2AEFA'

red 226 ◦ green 174 ◦ blue 250

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

Shades of Mauve #E2AEFA

Tints of Mauve #E2AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 34.77%
G = 26.77%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2AEFA (or 0xE2AEFA) is known color: Mauve. HEX triplet: E2, AE and FA. RGB value is (226,174,250). Sum of RGB (Red+Green+Blue) = 226+174+250=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFA is #1D5105. Grayscale: #C5C5C5. Windows color (decimal): -1921286 or 16428770. OLE color: 16428770.

HSL color Cylindrical-coordinate representation of color #E2AEFA: hue angle of 281.05º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AEFA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 174 250 -
CMYK 0.10 0.30 0 0.02
HSL 281.05º 0.88% 0.83% -
HSV(B) 281.05º 0.3% 0.98% -
XYZ 63.76 53.34 97.38 -
YUV 198.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 226 174 250 0.10 0.30 0 0.02 281.05 0.88 0.83
Hex E2 AE FA A 1E 0 2 119 58 53
Octal 342 256 372 12 36 0 2 431 130 123
Binary 11100010 10101110 11111010 1010 11110 0 10 100011001 1011000 1010011

Color Harmonies of #E2AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEFA

Black with #E2AEFA

Text Example


Text Example

White with #E2AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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