Html Css Color HEX #E8BAF1 Mauve

📋 copy color: '#E8BAF1'

red 232 ◦ green 186 ◦ blue 241

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

Shades of Mauve #E8BAF1

Tints of Mauve #E8BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.57%

R = 35.2%
G = 28.22%
B = 36.57%

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

#E8BAF1 (or 0xE8BAF1) is known color: Mauve. HEX triplet: E8, BA and F1. RGB value is (232,186,241). Sum of RGB (Red+Green+Blue) = 232+186+241=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF1 is #17450E. Grayscale: #CDCDCD. Windows color (decimal): -1525007 or 15842024. OLE color: 15842024.

HSL color Cylindrical-coordinate representation of color #E8BAF1: hue angle of 290.18º degrees, saturation: 0.66, 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 #E8BAF1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 186 241 -
CMYK 0.04 0.23 0 0.05
HSL 290.18º 0.66% 0.84% -
HSV(B) 290.18º 0.23% 0.95% -
XYZ 66.71 58.62 91.02 -
YUV 206.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 232 186 241 0.04 0.23 0 0.05 290.18 0.66 0.84
Hex E8 BA F1 4 17 0 5 122 42 54
Octal 350 272 361 4 27 0 5 442 102 124
Binary 11101000 10111010 11110001 100 10111 0 101 100100010 1000010 1010100

Color Harmonies of #E8BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAF1

Black with #E8BAF1

Text Example


Text Example

White with #E8BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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