#E8BCF4

Color #E8BCF4 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E8BCF4

Tints of Mauve #E8BCF4

Color information

#E8BCF4 (or 0xE8BCF4) is unknown color: approx Mauve. HEX triplet: E8, BC and F4. RGB value is (232,188,244). Sum of RGB (Red+Green+Blue) = 232+188+244=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8BCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCF4 is #17430B. Grayscale: #CFCFCF. Windows color (decimal): -1524492 or 16039144. OLE color: 16039144.

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

Color convert

RGB232188244-
CMYK0.050.2300.04
HSL287.14º71.79%84.71%-
HSV(B)287.14º22.95%95.69%-
XYZ67.5959.6593.54-
YUV207.54148.58145.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.94%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 244 (95.70% from 255) = 36.75%
R=34.94%
G=28.31%
B=36.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321882440.050.2300.04287.1471.7984.71
HexE8BCF45170411f4855
Octal35027436452704437110125
Binary11101000101111001111010010110111010010001111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCF4; }

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

 H1.HeaderClassName
 {
   color: #E8BCF4;
 }
 .AnyTagClassName
 {
   color: #E8BCF4;
 }
</style>
background-color css

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

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

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

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

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

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