Html Css Color HEX #E6AAF7 Mauve

📋 copy color: '#E6AAF7'

red 230 ◦ green 170 ◦ blue 247

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

Shades of Mauve #E6AAF7

Tints of Mauve #E6AAF7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.28%

 BLUE value IS 247 (96.88% from 255) = 38.18%

R = 35.55%
G = 26.28%
B = 38.18%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E6AAF7 (or 0xE6AAF7) is known color: Mauve. HEX triplet: E6, AA and F7. RGB value is (230,170,247). Sum of RGB (Red+Green+Blue) = 230+170+247=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6AAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAF7 is #195508. Grayscale: #C4C4C4. Windows color (decimal): -1660169 or 16231142. OLE color: 16231142.

HSL color Cylindrical-coordinate representation of color #E6AAF7: hue angle of 286.75º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AAF7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 170 247 -
CMYK 0.07 0.31 0 0.03
HSL 286.75º 0.83% 0.82% -
HSV(B) 286.75º 0.31% 0.97% -
XYZ 63.8 52.29 94.73 -
YUV 196.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 230 170 247 0.07 0.31 0 0.03 286.75 0.83 0.82
Hex E6 AA F7 7 1F 0 3 11F 53 52
Octal 346 252 367 7 37 0 3 437 123 122
Binary 11100110 10101010 11110111 111 11111 0 11 100011111 1010011 1010010

Color Harmonies of #E6AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AAF7

Black with #E6AAF7

Text Example


Text Example

White with #E6AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AAF7; }

 p { color: rgb(230,170,247); }

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

background-color css

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

 a { background-color: rgb(230,170,247); }

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

border-color css

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

 span { border-color: rgb(230,170,247); }

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