Html Css Color HEX #E9BAFA Mauve

📋 copy color: '#E9BAFA'

red 233 ◦ green 186 ◦ blue 250

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

Shades of Mauve #E9BAFA

Tints of Mauve #E9BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 34.83%
G = 27.8%
B = 37.37%

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

#E9BAFA (or 0xE9BAFA) is known color: Mauve. HEX triplet: E9, BA and FA. RGB value is (233,186,250). Sum of RGB (Red+Green+Blue) = 233+186+250=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFA is #164505. Grayscale: #CFCFCF. Windows color (decimal): -1459462 or 16431849. OLE color: 16431849.

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

Color convert

RGB 233 186 250 -
CMYK 0.07 0.26 0 0.02
HSL 284.06º 0.86% 0.85% -
HSV(B) 284.06º 0.26% 0.98% -
XYZ 68.42 59.34 98.29 -
YUV 207.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 233 186 250 0.07 0.26 0 0.02 284.06 0.86 0.85
Hex E9 BA FA 7 1A 0 2 11C 56 55
Octal 351 272 372 7 32 0 2 434 126 125
Binary 11101001 10111010 11111010 111 11010 0 10 100011100 1010110 1010101

Color Harmonies of #E9BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAFA

Black with #E9BAFA

Text Example


Text Example

White with #E9BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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