Html Css Color HEX #E8BAFC Mauve

📋 copy color: '#E8BAFC'

red 232 ◦ green 186 ◦ blue 252

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

Shades of Mauve #E8BAFC

Tints of Mauve #E8BAFC

RGB

 RED value IS 232 (91.02% from 255) = 34.63%

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

 BLUE value IS 252 (98.83% from 255) = 37.61%

R = 34.63%
G = 27.76%
B = 37.61%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8BAFC (or 0xE8BAFC) is known color: Mauve. HEX triplet: E8, BA and FC. RGB value is (232,186,252). Sum of RGB (Red+Green+Blue) = 232+186+252=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFC is #174503. Grayscale: #CFCFCF. Windows color (decimal): -1524996 or 16562920. OLE color: 16562920.

HSL color Cylindrical-coordinate representation of color #E8BAFC: hue angle of 281.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BAFC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 186 252 -
CMYK 0.08 0.26 0 0.01
HSL 281.82º 0.92% 0.86% -
HSV(B) 281.82º 0.26% 0.99% -
XYZ 68.41 59.3 99.94 -
YUV 207.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 232 186 252 0.08 0.26 0 0.01 281.82 0.92 0.86
Hex E8 BA FC 8 1A 0 1 11A 5C 56
Octal 350 272 374 10 32 0 1 432 134 126
Binary 11101000 10111010 11111100 1000 11010 0 1 100011010 1011100 1010110

Color Harmonies of #E8BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAFC

Black with #E8BAFC

Text Example


Text Example

White with #E8BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAFC; }

 p { color: rgb(232,186,252); }

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

background-color css

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

 a { background-color: rgb(232,186,252); }

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

border-color css

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

 span { border-color: rgb(232,186,252); }

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