Html Css Color HEX #E4AEFA Mauve

📋 copy color: '#E4AEFA'

red 228 ◦ green 174 ◦ blue 250

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

Shades of Mauve #E4AEFA

Tints of Mauve #E4AEFA

RGB

 RED value IS 228 (89.45% from 255) = 34.97%

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

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

R = 34.97%
G = 26.69%
B = 38.34%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4AEFA (or 0xE4AEFA) is known color: Mauve. HEX triplet: E4, AE and FA. RGB value is (228,174,250). Sum of RGB (Red+Green+Blue) = 228+174+250=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEFA is #1B5105. Grayscale: #C6C6C6. Windows color (decimal): -1790214 or 16428772. OLE color: 16428772.

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

Color convert

RGB 228 174 250 -
CMYK 0.09 0.30 0 0.02
HSL 282.63º 0.88% 0.83% -
HSV(B) 282.63º 0.3% 0.98% -
XYZ 64.39 53.67 97.41 -
YUV 198.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 228 174 250 0.09 0.30 0 0.02 282.63 0.88 0.83
Hex E4 AE FA 9 1E 0 2 11B 58 53
Octal 344 256 372 11 36 0 2 433 130 123
Binary 11100100 10101110 11111010 1001 11110 0 10 100011011 1011000 1010011

Color Harmonies of #E4AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AEFA

Black with #E4AEFA

Text Example


Text Example

White with #E4AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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