#E0BCFE

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

Shades of Mauve #E0BCFE

Tints of Mauve #E0BCFE

Color information

#E0BCFE (or 0xE0BCFE) is unknown color: approx Mauve. HEX triplet: E0, BC and FE. RGB value is (224,188,254). Sum of RGB (Red+Green+Blue) = 224+188+254=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFE is #1F4301. Grayscale: #CECECE. Windows color (decimal): -2048770 or 16694496. OLE color: 16694496.

HSL color Cylindrical-coordinate representation of color #E0BCFE: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BCFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224188254-
CMYK0.120.2600.00
HSL272.73º97.06%86.67%-
HSV(B)272.73º25.98%99.61%-
XYZ66.6158.97101.64-
YUV206.29154.93140.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=33.63%
G=28.23%
B=38.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241882540.120.2600.00272.7397.0686.67
HexE0BCFEC1A001116157
Octal340274376143200421141127
Binary1110000010111100111111101100110100010001000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCFE; }

 p { color: rgb(224,188,254); }

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

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

 a { background-color: rgb(224,188,254); }

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

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

 span { border-color: rgb(224,188,254); }

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