Html Css Color HEX #E5AEFA Mauve

📋 copy color: '#E5AEFA'

red 229 ◦ green 174 ◦ blue 250

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

Shades of Mauve #E5AEFA

Tints of Mauve #E5AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 35.07%
G = 26.65%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5AEFA (or 0xE5AEFA) is known color: Mauve. HEX triplet: E5, AE and FA. RGB value is (229,174,250). Sum of RGB (Red+Green+Blue) = 229+174+250=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFA is #1A5105. Grayscale: #C6C6C6. Windows color (decimal): -1724678 or 16428773. OLE color: 16428773.

HSL color Cylindrical-coordinate representation of color #E5AEFA: hue angle of 283.42º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5AEFA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 174 250 -
CMYK 0.08 0.30 0 0.02
HSL 283.42º 0.88% 0.83% -
HSV(B) 283.42º 0.3% 0.98% -
XYZ 64.7 53.83 97.42 -
YUV 199.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 229 174 250 0.08 0.30 0 0.02 283.42 0.88 0.83
Hex E5 AE FA 8 1E 0 2 11B 58 53
Octal 345 256 372 10 36 0 2 433 130 123
Binary 11100101 10101110 11111010 1000 11110 0 10 100011011 1011000 1010011

Color Harmonies of #E5AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEFA

Black with #E5AEFA

Text Example


Text Example

White with #E5AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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