Html Css Color HEX #E9BAF2 Mauve

📋 copy color: '#E9BAF2'

red 233 ◦ green 186 ◦ blue 242

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

Shades of Mauve #E9BAF2

Tints of Mauve #E9BAF2

RGB

 RED value IS 233 (91.41% from 255) = 35.25%

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

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

R = 35.25%
G = 28.14%
B = 36.61%

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

#E9BAF2 (or 0xE9BAF2) is known color: Mauve. HEX triplet: E9, BA and F2. RGB value is (233,186,242). Sum of RGB (Red+Green+Blue) = 233+186+242=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAF2 is #16450D. Grayscale: #CECECE. Windows color (decimal): -1459470 or 15907561. OLE color: 15907561.

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

Color convert

RGB 233 186 242 -
CMYK 0.04 0.23 0 0.05
HSL 290.36º 0.68% 0.84% -
HSV(B) 290.36º 0.23% 0.95% -
XYZ 67.19 58.85 91.82 -
YUV 206.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 233 186 242 0.04 0.23 0 0.05 290.36 0.68 0.84
Hex E9 BA F2 4 17 0 5 122 44 54
Octal 351 272 362 4 27 0 5 442 104 124
Binary 11101001 10111010 11110010 100 10111 0 101 100100010 1000100 1010100

Color Harmonies of #E9BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAF2

Black with #E9BAF2

Text Example


Text Example

White with #E9BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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