Html Css Color HEX #E5AEFE Mauve

📋 copy color: '#E5AEFE'

red 229 ◦ green 174 ◦ blue 254

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

Shades of Mauve #E5AEFE

Tints of Mauve #E5AEFE

RGB

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

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

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

R = 34.86%
G = 26.48%
B = 38.66%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5AEFE (or 0xE5AEFE) is known color: Mauve. HEX triplet: E5, AE and FE. RGB value is (229,174,254). Sum of RGB (Red+Green+Blue) = 229+174+254=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFE is #1A5101. Grayscale: #C7C7C7. Windows color (decimal): -1724674 or 16690917. OLE color: 16690917.

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

Color convert

RGB 229 174 254 -
CMYK 0.10 0.31 0 0.00
HSL 281.25º 0.98% 0.84% -
HSV(B) 281.25º 0.31% 1% -
XYZ 65.34 54.09 100.76 -
YUV 199.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 229 174 254 0.10 0.31 0 0.00 281.25 0.98 0.84
Hex E5 AE FE A 1F 0 0 119 62 54
Octal 345 256 376 12 37 0 0 431 142 124
Binary 11100101 10101110 11111110 1010 11111 0 0 100011001 1100010 1010100

Color Harmonies of #E5AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEFE

Black with #E5AEFE

Text Example


Text Example

White with #E5AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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