Html Css Color HEX #E7BAFE Mauve

📋 copy color: '#E7BAFE'

red 231 ◦ green 186 ◦ blue 254

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

Shades of Mauve #E7BAFE

Tints of Mauve #E7BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.72%

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

R = 34.43%
G = 27.72%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7BAFE (or 0xE7BAFE) is known color: Mauve. HEX triplet: E7, BA and FE. RGB value is (231,186,254). Sum of RGB (Red+Green+Blue) = 231+186+254=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFE is #184501. Grayscale: #CECECE. Windows color (decimal): -1590530 or 16693991. OLE color: 16693991.

HSL color Cylindrical-coordinate representation of color #E7BAFE: hue angle of 279.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BAFE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 186 254 -
CMYK 0.09 0.27 0 0.00
HSL 279.71º 0.97% 0.86% -
HSV(B) 279.71º 0.27% 1% -
XYZ 68.4 59.26 101.6 -
YUV 207.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 231 186 254 0.09 0.27 0 0.00 279.71 0.97 0.86
Hex E7 BA FE 9 1B 0 0 118 61 56
Octal 347 272 376 11 33 0 0 430 141 126
Binary 11100111 10111010 11111110 1001 11011 0 0 100011000 1100001 1010110

Color Harmonies of #E7BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BAFE

Black with #E7BAFE

Text Example


Text Example

White with #E7BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BAFE; }

 p { color: rgb(231,186,254); }

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

background-color css

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

 a { background-color: rgb(231,186,254); }

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

border-color css

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

 span { border-color: rgb(231,186,254); }

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