#E0BFFE

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

Shades of Mauve #E0BFFE

Tints of Mauve #E0BFFE

Color information

#E0BFFE (or 0xE0BFFE) is unknown color: approx Mauve. HEX triplet: E0, BF and FE. RGB value is (224,191,254). Sum of RGB (Red+Green+Blue) = 224+191+254=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFE is #1F4001. Grayscale: #CFCFCF. Windows color (decimal): -2048002 or 16695264. OLE color: 16695264.

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

Color convert

RGB224191254-
CMYK0.120.2500.00
HSL271.43º96.92%87.25%-
HSV(B)271.43º24.8%99.61%-
XYZ67.2660.26101.85-
YUV208.05153.93139.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=33.48%
G=28.55%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241912540.120.2500.00271.4396.9287.25
HexE0BFFEC190010f6157
Octal340277376143100417141127
Binary1110000010111111111111101100110010010000111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFFE; }

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

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

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

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

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

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

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

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