Html Css Color HEX #E1B8F6 Mauve

📋 copy color: '#E1B8F6'

red 225 ◦ green 184 ◦ blue 246

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

Shades of Mauve #E1B8F6

Tints of Mauve #E1B8F6

RGB

 RED value IS 225 (88.28% from 255) = 34.35%

 GREEN value IS 184 (72.27% from 255) = 28.09%

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 34.35%
G = 28.09%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1B8F6 (or 0xE1B8F6) is known color: Mauve. HEX triplet: E1, B8 and F6. RGB value is (225,184,246). Sum of RGB (Red+Green+Blue) = 225+184+246=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8F6 is #1E4709. Grayscale: #CBCBCB. Windows color (decimal): -1984266 or 16169185. OLE color: 16169185.

HSL color Cylindrical-coordinate representation of color #E1B8F6: hue angle of 279.68º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B8F6 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 184 246 -
CMYK 0.09 0.25 0 0.04
HSL 279.68º 0.78% 0.84% -
HSV(B) 279.68º 0.25% 0.96% -
XYZ 64.83 56.94 94.76 -
YUV 203.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 225 184 246 0.09 0.25 0 0.04 279.68 0.78 0.84
Hex E1 B8 F6 9 19 0 4 118 4E 54
Octal 341 270 366 11 31 0 4 430 116 124
Binary 11100001 10111000 11110110 1001 11001 0 100 100011000 1001110 1010100

Color Harmonies of #E1B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B8F6

Black with #E1B8F6

Text Example


Text Example

White with #E1B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B8F6; }

 p { color: rgb(225,184,246); }

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

background-color css

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

 a { background-color: rgb(225,184,246); }

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

border-color css

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

 span { border-color: rgb(225,184,246); }

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