Html Css Color HEX #E8BAFA Mauve

📋 copy color: '#E8BAFA'

red 232 ◦ green 186 ◦ blue 250

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

Shades of Mauve #E8BAFA

Tints of Mauve #E8BAFA

RGB

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

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

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

R = 34.73%
G = 27.84%
B = 37.43%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8BAFA (or 0xE8BAFA) is known color: Mauve. HEX triplet: E8, BA and FA. RGB value is (232,186,250). Sum of RGB (Red+Green+Blue) = 232+186+250=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFA is #174505. Grayscale: #CECECE. Windows color (decimal): -1524998 or 16431848. OLE color: 16431848.

HSL color Cylindrical-coordinate representation of color #E8BAFA: hue angle of 283.12º degrees, saturation: 0.86, 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 #E8BAFA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 186 250 -
CMYK 0.07 0.26 0 0.02
HSL 283.13º 0.86% 0.85% -
HSV(B) 283.13º 0.26% 0.98% -
XYZ 68.09 59.18 98.28 -
YUV 207.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 232 186 250 0.07 0.26 0 0.02 283.13 0.86 0.85
Hex E8 BA FA 7 1A 0 2 11B 56 55
Octal 350 272 372 7 32 0 2 433 126 125
Binary 11101000 10111010 11111010 111 11010 0 10 100011011 1010110 1010101

Color Harmonies of #E8BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAFA

Black with #E8BAFA

Text Example


Text Example

White with #E8BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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