Html Css Color HEX #E1A9FE Mauve

📋 copy color: '#E1A9FE'

red 225 ◦ green 169 ◦ blue 254

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

Shades of Mauve #E1A9FE

Tints of Mauve #E1A9FE

RGB

 RED value IS 225 (88.28% from 255) = 34.72%

 GREEN value IS 169 (66.41% from 255) = 26.08%

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 34.72%
G = 26.08%
B = 39.2%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1A9FE (or 0xE1A9FE) is known color: Mauve. HEX triplet: E1, A9 and FE. RGB value is (225,169,254). Sum of RGB (Red+Green+Blue) = 225+169+254=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9FE is #1E5601. Grayscale: #C3C3C3. Windows color (decimal): -1988098 or 16689633. OLE color: 16689633.

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

Color convert

RGB 225 169 254 -
CMYK 0.11 0.33 0 0.00
HSL 279.53º 0.98% 0.83% -
HSV(B) 279.53º 0.33% 1% -
XYZ 63.13 51.54 100.39 -
YUV 195.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 225 169 254 0.11 0.33 0 0.00 279.53 0.98 0.83
Hex E1 A9 FE B 21 0 0 118 62 53
Octal 341 251 376 13 41 0 0 430 142 123
Binary 11100001 10101001 11111110 1011 100001 0 0 100011000 1100010 1010011

Color Harmonies of #E1A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A9FE

Black with #E1A9FE

Text Example


Text Example

White with #E1A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A9FE; }

 p { color: rgb(225,169,254); }

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

background-color css

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

 a { background-color: rgb(225,169,254); }

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

border-color css

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

 span { border-color: rgb(225,169,254); }

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