Html Css Color HEX #E5AAFF Mauve

📋 copy color: '#E5AAFF'

red 229 ◦ green 170 ◦ blue 255

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

Shades of Mauve #E5AAFF

Tints of Mauve #E5AAFF

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

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

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

R = 35.02%
G = 25.99%
B = 38.99%

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

#E5AAFF (or 0xE5AAFF) is known color: Mauve. HEX triplet: E5, AA and FF. RGB value is (229,170,255). Sum of RGB (Red+Green+Blue) = 229+170+255=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFF is #1A5500. Grayscale: #C5C5C5. Windows color (decimal): -1725697 or 16755429. OLE color: 16755429.

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

Color convert

RGB 229 170 255 -
CMYK 0.10 0.33 0 0
HSL 281.65º 1% 0.83% -
HSV(B) 281.65º 0.33% 1% -
XYZ 64.74 52.63 101.35 -
YUV 197.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 229 170 255 0.10 0.33 0 0 281.65 1 0.83
Hex E5 AA FF A 21 0 0 11A 64 53
Octal 345 252 377 12 41 0 0 432 144 123
Binary 11100101 10101010 11111111 1010 100001 0 0 100011010 1100100 1010011

Color Harmonies of #E5AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAFF

Black with #E5AAFF

Text Example


Text Example

White with #E5AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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