Html Css Color HEX #E9B0FA Mauve

📋 copy color: '#E9B0FA'

red 233 ◦ green 176 ◦ blue 250

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

Shades of Mauve #E9B0FA

Tints of Mauve #E9B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.71%

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

R = 35.36%
G = 26.71%
B = 37.94%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9B0FA (or 0xE9B0FA) is known color: Mauve. HEX triplet: E9, B0 and FA. RGB value is (233,176,250). Sum of RGB (Red+Green+Blue) = 233+176+250=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0FA is #164F05. Grayscale: #C9C9C9. Windows color (decimal): -1462022 or 16429289. OLE color: 16429289.

HSL color Cylindrical-coordinate representation of color #E9B0FA: hue angle of 286.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B0FA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 176 250 -
CMYK 0.07 0.30 0 0.02
HSL 286.22º 0.88% 0.84% -
HSV(B) 286.22º 0.3% 0.98% -
XYZ 66.38 55.28 97.61 -
YUV 201.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 233 176 250 0.07 0.30 0 0.02 286.22 0.88 0.84
Hex E9 B0 FA 7 1E 0 2 11E 58 54
Octal 351 260 372 7 36 0 2 436 130 124
Binary 11101001 10110000 11111010 111 11110 0 10 100011110 1011000 1010100

Color Harmonies of #E9B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B0FA

Black with #E9B0FA

Text Example


Text Example

White with #E9B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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