Html Css Color HEX #E8AEFA Mauve

📋 copy color: '#E8AEFA'

red 232 ◦ green 174 ◦ blue 250

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

Shades of Mauve #E8AEFA

Tints of Mauve #E8AEFA

RGB

 RED value IS 232 (91.02% from 255) = 35.37%

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

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

R = 35.37%
G = 26.52%
B = 38.11%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8AEFA (or 0xE8AEFA) is known color: Mauve. HEX triplet: E8, AE and FA. RGB value is (232,174,250). Sum of RGB (Red+Green+Blue) = 232+174+250=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFA is #175105. Grayscale: #C7C7C7. Windows color (decimal): -1528070 or 16428776. OLE color: 16428776.

HSL color Cylindrical-coordinate representation of color #E8AEFA: hue angle of 285.79º 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 #E8AEFA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 174 250 -
CMYK 0.07 0.30 0 0.02
HSL 285.79º 0.88% 0.83% -
HSV(B) 285.79º 0.3% 0.98% -
XYZ 65.67 54.33 97.47 -
YUV 200.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 232 174 250 0.07 0.30 0 0.02 285.79 0.88 0.83
Hex E8 AE FA 7 1E 0 2 11E 58 53
Octal 350 256 372 7 36 0 2 436 130 123
Binary 11101000 10101110 11111010 111 11110 0 10 100011110 1011000 1010011

Color Harmonies of #E8AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AEFA

Black with #E8AEFA

Text Example


Text Example

White with #E8AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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