Html Css Color HEX #E8BAF4 Mauve

📋 copy color: '#E8BAF4'

red 232 ◦ green 186 ◦ blue 244

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

Shades of Mauve #E8BAF4

Tints of Mauve #E8BAF4

RGB

 RED value IS 232 (91.02% from 255) = 35.05%

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

 BLUE value IS 244 (95.7% from 255) = 36.86%

R = 35.05%
G = 28.1%
B = 36.86%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E8BAF4 (or 0xE8BAF4) is known color: Mauve. HEX triplet: E8, BA and F4. RGB value is (232,186,244). Sum of RGB (Red+Green+Blue) = 232+186+244=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8BAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF4 is #17450B. Grayscale: #CECECE. Windows color (decimal): -1525004 or 16038632. OLE color: 16038632.

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

Color convert

RGB 232 186 244 -
CMYK 0.05 0.24 0 0.04
HSL 287.59º 0.73% 0.84% -
HSV(B) 287.59º 0.24% 0.96% -
XYZ 67.17 58.81 93.4 -
YUV 206.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 232 186 244 0.05 0.24 0 0.04 287.59 0.73 0.84
Hex E8 BA F4 5 18 0 4 120 48 54
Octal 350 272 364 5 30 0 4 440 110 124
Binary 11101000 10111010 11110100 101 11000 0 100 100100000 1001000 1010100

Color Harmonies of #E8BAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAF4

Black with #E8BAF4

Text Example


Text Example

White with #E8BAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAF4; }

 p { color: rgb(232,186,244); }

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

background-color css

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

 a { background-color: rgb(232,186,244); }

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

border-color css

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

 span { border-color: rgb(232,186,244); }

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