Html Css Color HEX #E6AAFF Mauve

📋 copy color: '#E6AAFF'

red 230 ◦ green 170 ◦ blue 255

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

Shades of Mauve #E6AAFF

Tints of Mauve #E6AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 35.11%
G = 25.95%
B = 38.93%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6AAFF (or 0xE6AAFF) is known color: Mauve. HEX triplet: E6, AA and FF. RGB value is (230,170,255). Sum of RGB (Red+Green+Blue) = 230+170+255=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFF is #195500. Grayscale: #C5C5C5. Windows color (decimal): -1660161 or 16755430. OLE color: 16755430.

HSL color Cylindrical-coordinate representation of color #E6AAFF: hue angle of 282.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6AAFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 170 255 -
CMYK 0.10 0.33 0 0
HSL 282.35º 1% 0.83% -
HSV(B) 282.35º 0.33% 1% -
XYZ 65.06 52.79 101.37 -
YUV 197.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 230 170 255 0.10 0.33 0 0 282.35 1 0.83
Hex E6 AA FF A 21 0 0 11A 64 53
Octal 346 252 377 12 41 0 0 432 144 123
Binary 11100110 10101010 11111111 1010 100001 0 0 100011010 1100100 1010011

Color Harmonies of #E6AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AAFF

Black with #E6AAFF

Text Example


Text Example

White with #E6AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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