Html Css Color HEX #E8BAF2 Mauve

📋 copy color: '#E8BAF2'

red 232 ◦ green 186 ◦ blue 242

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

Shades of Mauve #E8BAF2

Tints of Mauve #E8BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 35.15%
G = 28.18%
B = 36.67%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E8BAF2 (or 0xE8BAF2) is known color: Mauve. HEX triplet: E8, BA and F2. RGB value is (232,186,242). Sum of RGB (Red+Green+Blue) = 232+186+242=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF2 is #17450D. Grayscale: #CDCDCD. Windows color (decimal): -1525006 or 15907560. OLE color: 15907560.

HSL color Cylindrical-coordinate representation of color #E8BAF2: hue angle of 289.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BAF2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 186 242 -
CMYK 0.04 0.23 0 0.05
HSL 289.29º 0.68% 0.84% -
HSV(B) 289.29º 0.23% 0.95% -
XYZ 66.86 58.68 91.81 -
YUV 206.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 232 186 242 0.04 0.23 0 0.05 289.29 0.68 0.84
Hex E8 BA F2 4 17 0 5 121 44 54
Octal 350 272 362 4 27 0 5 441 104 124
Binary 11101000 10111010 11110010 100 10111 0 101 100100001 1000100 1010100

Color Harmonies of #E8BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAF2

Black with #E8BAF2

Text Example


Text Example

White with #E8BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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