Html Css Color HEX #E0AAFB Mauve

📋 copy color: '#E0AAFB'

red 224 ◦ green 170 ◦ blue 251

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

Shades of Mauve #E0AAFB

Tints of Mauve #E0AAFB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.36%

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 34.73%
G = 26.36%
B = 38.91%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0AAFB (or 0xE0AAFB) is known color: Mauve. HEX triplet: E0, AA and FB. RGB value is (224,170,251). Sum of RGB (Red+Green+Blue) = 224+170+251=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFB is #1F5504. Grayscale: #C3C3C3. Windows color (decimal): -2053381 or 16493280. OLE color: 16493280.

HSL color Cylindrical-coordinate representation of color #E0AAFB: hue angle of 280º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AAFB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 170 251 -
CMYK 0.11 0.32 0 0.02
HSL 280º 0.91% 0.83% -
HSV(B) 280º 0.32% 0.98% -
XYZ 62.53 51.56 97.92 -
YUV 195.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 224 170 251 0.11 0.32 0 0.02 280 0.91 0.83
Hex E0 AA FB B 20 0 2 118 5B 53
Octal 340 252 373 13 40 0 2 430 133 123
Binary 11100000 10101010 11111011 1011 100000 0 10 100011000 1011011 1010011

Color Harmonies of #E0AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAFB

Black with #E0AAFB

Text Example


Text Example

White with #E0AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAFB; }

 p { color: rgb(224,170,251); }

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

background-color css

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

 a { background-color: rgb(224,170,251); }

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

border-color css

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

 span { border-color: rgb(224,170,251); }

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