Html Css Color HEX #E9BAF0 Mauve

📋 copy color: '#E9BAF0'

red 233 ◦ green 186 ◦ blue 240

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

Shades of Mauve #E9BAF0

Tints of Mauve #E9BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.42%

R = 35.36%
G = 28.22%
B = 36.42%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9BAF0 (or 0xE9BAF0) is known color: Mauve. HEX triplet: E9, BA and F0. RGB value is (233,186,240). Sum of RGB (Red+Green+Blue) = 233+186+240=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAF0 is #16450F. Grayscale: #CECECE. Windows color (decimal): -1459472 or 15776489. OLE color: 15776489.

HSL color Cylindrical-coordinate representation of color #E9BAF0: hue angle of 292.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9BAF0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 186 240 -
CMYK 0.03 0.22 0 0.06
HSL 292.22º 0.64% 0.84% -
HSV(B) 292.22º 0.23% 0.94% -
XYZ 66.89 58.73 90.25 -
YUV 206.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 233 186 240 0.03 0.22 0 0.06 292.22 0.64 0.84
Hex E9 BA F0 3 16 0 6 124 40 54
Octal 351 272 360 3 26 0 6 444 100 124
Binary 11101001 10111010 11110000 11 10110 0 110 100100100 1000000 1010100

Color Harmonies of #E9BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAF0

Black with #E9BAF0

Text Example


Text Example

White with #E9BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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