Html Css Color HEX #E5AAFE Mauve

📋 copy color: '#E5AAFE'

red 229 ◦ green 170 ◦ blue 254

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

Shades of Mauve #E5AAFE

Tints of Mauve #E5AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 35.07%
G = 26.03%
B = 38.9%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5AAFE (or 0xE5AAFE) is known color: Mauve. HEX triplet: E5, AA and FE. RGB value is (229,170,254). Sum of RGB (Red+Green+Blue) = 229+170+254=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFE is #1A5501. Grayscale: #C4C4C4. Windows color (decimal): -1725698 or 16689893. OLE color: 16689893.

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

Color convert

RGB 229 170 254 -
CMYK 0.10 0.33 0 0.00
HSL 282.14º 0.98% 0.83% -
HSV(B) 282.14º 0.33% 1% -
XYZ 64.58 52.56 100.51 -
YUV 197.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 229 170 254 0.10 0.33 0 0.00 282.14 0.98 0.83
Hex E5 AA FE A 21 0 0 11A 62 53
Octal 345 252 376 12 41 0 0 432 142 123
Binary 11100101 10101010 11111110 1010 100001 0 0 100011010 1100010 1010011

Color Harmonies of #E5AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAFE

Black with #E5AAFE

Text Example


Text Example

White with #E5AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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