Html Css Color HEX #E3AEF2 Mauve

📋 copy color: '#E3AEF2'

red 227 ◦ green 174 ◦ blue 242

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

Shades of Mauve #E3AEF2

Tints of Mauve #E3AEF2

RGB

 RED value IS 227 (89.06% from 255) = 35.3%

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

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

R = 35.3%
G = 27.06%
B = 37.64%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3AEF2 (or 0xE3AEF2) is known color: Mauve. HEX triplet: E3, AE and F2. RGB value is (227,174,242). Sum of RGB (Red+Green+Blue) = 227+174+242=643 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.30% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEF2 is #1C510D. Grayscale: #C5C5C5. Windows color (decimal): -1855758 or 15904483. OLE color: 15904483.

HSL color Cylindrical-coordinate representation of color #E3AEF2: hue angle of 286.76º 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 #E3AEF2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 174 242 -
CMYK 0.06 0.28 0 0.05
HSL 286.76º 0.72% 0.82% -
HSV(B) 286.76º 0.28% 0.95% -
XYZ 62.84 53.01 90.92 -
YUV 197.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 227 174 242 0.06 0.28 0 0.05 286.76 0.72 0.82
Hex E3 AE F2 6 1C 0 5 11F 48 52
Octal 343 256 362 6 34 0 5 437 110 122
Binary 11100011 10101110 11110010 110 11100 0 101 100011111 1001000 1010010

Color Harmonies of #E3AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AEF2

Black with #E3AEF2

Text Example


Text Example

White with #E3AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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