Html Css Color HEX #E1A1FB Mauve

📋 copy color: '#E1A1FB'

red 225 ◦ green 161 ◦ blue 251

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

Shades of Mauve #E1A1FB

Tints of Mauve #E1A1FB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.27%

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

R = 35.32%
G = 25.27%
B = 39.4%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1A1FB (or 0xE1A1FB) is known color: Mauve. HEX triplet: E1, A1 and FB. RGB value is (225,161,251). Sum of RGB (Red+Green+Blue) = 225+161+251=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A1FB is #1E5E04. Grayscale: #BEBEBE. Windows color (decimal): -1990149 or 16490977. OLE color: 16490977.

HSL color Cylindrical-coordinate representation of color #E1A1FB: hue angle of 282.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1A1FB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 161 251 -
CMYK 0.10 0.36 0 0.02
HSL 282.67º 0.92% 0.81% -
HSV(B) 282.67º 0.36% 0.98% -
XYZ 61.21 48.46 97.39 -
YUV 190.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 225 161 251 0.10 0.36 0 0.02 282.67 0.92 0.81
Hex E1 A1 FB A 24 0 2 11B 5C 51
Octal 341 241 373 12 44 0 2 433 134 121
Binary 11100001 10100001 11111011 1010 100100 0 10 100011011 1011100 1010001

Color Harmonies of #E1A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A1FB

Black with #E1A1FB

Text Example


Text Example

White with #E1A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A1FB; }

 p { color: rgb(225,161,251); }

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

background-color css

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

 a { background-color: rgb(225,161,251); }

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

border-color css

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

 span { border-color: rgb(225,161,251); }

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