Html Css Color HEX #E1A7FB Mauve

📋 copy color: '#E1A7FB'

red 225 ◦ green 167 ◦ blue 251

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

Shades of Mauve #E1A7FB

Tints of Mauve #E1A7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.97%

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

R = 34.99%
G = 25.97%
B = 39.04%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1A7FB (or 0xE1A7FB) is known color: Mauve. HEX triplet: E1, A7 and FB. RGB value is (225,167,251). Sum of RGB (Red+Green+Blue) = 225+167+251=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A7FB is #1E5804. Grayscale: #C1C1C1. Windows color (decimal): -1988613 or 16492513. OLE color: 16492513.

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

Color convert

RGB 225 167 251 -
CMYK 0.10 0.33 0 0.02
HSL 281.43º 0.91% 0.82% -
HSV(B) 281.43º 0.33% 0.98% -
XYZ 62.28 50.61 97.75 -
YUV 193.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 225 167 251 0.10 0.33 0 0.02 281.43 0.91 0.82
Hex E1 A7 FB A 21 0 2 119 5B 52
Octal 341 247 373 12 41 0 2 431 133 122
Binary 11100001 10100111 11111011 1010 100001 0 10 100011001 1011011 1010010

Color Harmonies of #E1A7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A7FB

Black with #E1A7FB

Text Example


Text Example

White with #E1A7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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