Html Css Color HEX #E7B1FD Mauve

📋 copy color: '#E7B1FD'

red 231 ◦ green 177 ◦ blue 253

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

Shades of Mauve #E7B1FD

Tints of Mauve #E7B1FD

RGB

 RED value IS 231 (90.63% from 255) = 34.95%

 GREEN value IS 177 (69.53% from 255) = 26.78%

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 34.95%
G = 26.78%
B = 38.28%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7B1FD (or 0xE7B1FD) is known color: Mauve. HEX triplet: E7, B1 and FD. RGB value is (231,177,253). Sum of RGB (Red+Green+Blue) = 231+177+253=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B1FD is #184E02. Grayscale: #C9C9C9. Windows color (decimal): -1592835 or 16626151. OLE color: 16626151.

HSL color Cylindrical-coordinate representation of color #E7B1FD: hue angle of 282.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B1FD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 177 253 -
CMYK 0.09 0.30 0 0.01
HSL 282.63º 0.95% 0.84% -
HSV(B) 282.63º 0.3% 0.99% -
XYZ 66.41 55.53 100.15 -
YUV 201.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 231 177 253 0.09 0.30 0 0.01 282.63 0.95 0.84
Hex E7 B1 FD 9 1E 0 1 11B 5F 54
Octal 347 261 375 11 36 0 1 433 137 124
Binary 11100111 10110001 11111101 1001 11110 0 1 100011011 1011111 1010100

Color Harmonies of #E7B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B1FD

Black with #E7B1FD

Text Example


Text Example

White with #E7B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B1FD; }

 p { color: rgb(231,177,253); }

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

background-color css

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

 a { background-color: rgb(231,177,253); }

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

border-color css

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

 span { border-color: rgb(231,177,253); }

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