Html Css Color HEX #E9BAF5 Mauve

📋 copy color: '#E9BAF5'

red 233 ◦ green 186 ◦ blue 245

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

Shades of Mauve #E9BAF5

Tints of Mauve #E9BAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.9%

R = 35.09%
G = 28.01%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E9BAF5 (or 0xE9BAF5) is known color: Mauve. HEX triplet: E9, BA and F5. RGB value is (233,186,245). Sum of RGB (Red+Green+Blue) = 233+186+245=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #E9BAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAF5 is #16450A. Grayscale: #CECECE. Windows color (decimal): -1459467 or 16104169. OLE color: 16104169.

HSL color Cylindrical-coordinate representation of color #E9BAF5: hue angle of 287.8º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BAF5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 186 245 -
CMYK 0.05 0.24 0 0.04
HSL 287.8º 0.75% 0.85% -
HSV(B) 287.8º 0.24% 0.96% -
XYZ 67.64 59.03 94.22 -
YUV 206.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 233 186 245 0.05 0.24 0 0.04 287.8 0.75 0.85
Hex E9 BA F5 5 18 0 4 120 4B 55
Octal 351 272 365 5 30 0 4 440 113 125
Binary 11101001 10111010 11110101 101 11000 0 100 100100000 1001011 1010101

Color Harmonies of #E9BAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAF5

Black with #E9BAF5

Text Example


Text Example

White with #E9BAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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