Html Css Color HEX #E9BAFB Mauve

📋 copy color: '#E9BAFB'

red 233 ◦ green 186 ◦ blue 251

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

Shades of Mauve #E9BAFB

Tints of Mauve #E9BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 34.78%
G = 27.76%
B = 37.46%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9BAFB (or 0xE9BAFB) is known color: Mauve. HEX triplet: E9, BA and FB. RGB value is (233,186,251). Sum of RGB (Red+Green+Blue) = 233+186+251=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFB is #164504. Grayscale: #CFCFCF. Windows color (decimal): -1459461 or 16497385. OLE color: 16497385.

HSL color Cylindrical-coordinate representation of color #E9BAFB: hue angle of 283.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BAFB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 186 251 -
CMYK 0.07 0.26 0 0.02
HSL 283.38º 0.89% 0.86% -
HSV(B) 283.38º 0.26% 0.98% -
XYZ 68.58 59.41 99.12 -
YUV 207.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 233 186 251 0.07 0.26 0 0.02 283.38 0.89 0.86
Hex E9 BA FB 7 1A 0 2 11B 59 56
Octal 351 272 373 7 32 0 2 433 131 126
Binary 11101001 10111010 11111011 111 11010 0 10 100011011 1011001 1010110

Color Harmonies of #E9BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAFB

Black with #E9BAFB

Text Example


Text Example

White with #E9BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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