#E4BFFF

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

Shades of Mauve #E4BFFF

Tints of Mauve #E4BFFF

Color information

#E4BFFF (or 0xE4BFFF) is unknown color: approx Mauve. HEX triplet: E4, BF and FF. RGB value is (228,191,255). Sum of RGB (Red+Green+Blue) = 228+191+255=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFFF is #1B4000. Grayscale: #D1D1D1. Windows color (decimal): -1785857 or 16760804. OLE color: 16760804.

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

Color convert

RGB228191255-
CMYK0.110.2500
HSL274.69º100%87.45%-
HSV(B)274.69º25.1%100%-
XYZ68.6860.98102.76-
YUV209.36153.76141.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.83%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 255 (100% from 255) = 37.83%
R=33.83%
G=28.34%
B=37.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281912550.110.2500274.6910087.45
HexE4BFFFB19001136457
Octal344277377133100423144127
Binary1110010010111111111111111011110010010001001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFFF; }

 p { color: rgb(228,191,255); }

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

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

 a { background-color: rgb(228,191,255); }

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

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

 span { border-color: rgb(228,191,255); }

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