Html Css Color HEX #E6AEF2 Mauve

📋 copy color: '#E6AEF2'

red 230 ◦ green 174 ◦ blue 242

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

Shades of Mauve #E6AEF2

Tints of Mauve #E6AEF2

RGB

 RED value IS 230 (90.23% from 255) = 35.6%

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

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

R = 35.6%
G = 26.93%
B = 37.46%

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

#E6AEF2 (or 0xE6AEF2) is known color: Mauve. HEX triplet: E6, AE and F2. RGB value is (230,174,242). Sum of RGB (Red+Green+Blue) = 230+174+242=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6AEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEF2 is #19510D. Grayscale: #C6C6C6. Windows color (decimal): -1659150 or 15904486. OLE color: 15904486.

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

Color convert

RGB 230 174 242 -
CMYK 0.05 0.28 0 0.05
HSL 289.41º 0.72% 0.82% -
HSV(B) 289.41º 0.28% 0.95% -
XYZ 63.8 53.51 90.97 -
YUV 198.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 230 174 242 0.05 0.28 0 0.05 289.41 0.72 0.82
Hex E6 AE F2 5 1C 0 5 121 48 52
Octal 346 256 362 5 34 0 5 441 110 122
Binary 11100110 10101110 11110010 101 11100 0 101 100100001 1001000 1010010

Color Harmonies of #E6AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEF2

Black with #E6AEF2

Text Example


Text Example

White with #E6AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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