Html Css Color HEX #E0AEFA Mauve

📋 copy color: '#E0AEFA'

red 224 ◦ green 174 ◦ blue 250

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

Shades of Mauve #E0AEFA

Tints of Mauve #E0AEFA

RGB

 RED value IS 224 (87.89% from 255) = 34.57%

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

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

R = 34.57%
G = 26.85%
B = 38.58%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0AEFA (or 0xE0AEFA) is known color: Mauve. HEX triplet: E0, AE and FA. RGB value is (224,174,250). Sum of RGB (Red+Green+Blue) = 224+174+250=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFA is #1F5105. Grayscale: #C5C5C5. Windows color (decimal): -2052358 or 16428768. OLE color: 16428768.

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

Color convert

RGB 224 174 250 -
CMYK 0.10 0.30 0 0.02
HSL 279.47º 0.88% 0.83% -
HSV(B) 279.47º 0.3% 0.98% -
XYZ 63.13 53.02 97.35 -
YUV 197.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 224 174 250 0.10 0.30 0 0.02 279.47 0.88 0.83
Hex E0 AE FA A 1E 0 2 117 58 53
Octal 340 256 372 12 36 0 2 427 130 123
Binary 11100000 10101110 11111010 1010 11110 0 10 100010111 1011000 1010011

Color Harmonies of #E0AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEFA

Black with #E0AEFA

Text Example


Text Example

White with #E0AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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