Html Css Color HEX #E5AEFF Mauve

📋 copy color: '#E5AEFF'

red 229 ◦ green 174 ◦ blue 255

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

Shades of Mauve #E5AEFF

Tints of Mauve #E5AEFF

RGB

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

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

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

R = 34.8%
G = 26.44%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5AEFF (or 0xE5AEFF) is known color: Mauve. HEX triplet: E5, AE and FF. RGB value is (229,174,255). Sum of RGB (Red+Green+Blue) = 229+174+255=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFF is #1A5100. Grayscale: #C7C7C7. Windows color (decimal): -1724673 or 16756453. OLE color: 16756453.

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

Color convert

RGB 229 174 255 -
CMYK 0.10 0.32 0 0
HSL 280.74º 1% 0.84% -
HSV(B) 280.74º 0.32% 1% -
XYZ 65.5 54.15 101.61 -
YUV 199.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 229 174 255 0.10 0.32 0 0 280.74 1 0.84
Hex E5 AE FF A 20 0 0 119 64 54
Octal 345 256 377 12 40 0 0 431 144 124
Binary 11100101 10101110 11111111 1010 100000 0 0 100011001 1100100 1010100

Color Harmonies of #E5AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEFF

Black with #E5AEFF

Text Example


Text Example

White with #E5AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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