Html Css Color HEX #E7B9FA Mauve

📋 copy color: '#E7B9FA'

red 231 ◦ green 185 ◦ blue 250

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

Shades of Mauve #E7B9FA

Tints of Mauve #E7B9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.78%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 34.68%
G = 27.78%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7B9FA (or 0xE7B9FA) is known color: Mauve. HEX triplet: E7, B9 and FA. RGB value is (231,185,250). Sum of RGB (Red+Green+Blue) = 231+185+250=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7B9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FA is #184605. Grayscale: #CDCDCD. Windows color (decimal): -1590790 or 16431591. OLE color: 16431591.

HSL color Cylindrical-coordinate representation of color #E7B9FA: hue angle of 282.46º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7B9FA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 185 250 -
CMYK 0.08 0.26 0 0.02
HSL 282.46º 0.87% 0.85% -
HSV(B) 282.46º 0.26% 0.98% -
XYZ 67.56 58.59 98.19 -
YUV 206.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 231 185 250 0.08 0.26 0 0.02 282.46 0.87 0.85
Hex E7 B9 FA 8 1A 0 2 11A 57 55
Octal 347 271 372 10 32 0 2 432 127 125
Binary 11100111 10111001 11111010 1000 11010 0 10 100011010 1010111 1010101

Color Harmonies of #E7B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B9FA

Black with #E7B9FA

Text Example


Text Example

White with #E7B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B9FA; }

 p { color: rgb(231,185,250); }

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

background-color css

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

 a { background-color: rgb(231,185,250); }

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

border-color css

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

 span { border-color: rgb(231,185,250); }

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