#E4BFF3

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

Shades of Mauve #E4BFF3

Tints of Mauve #E4BFF3

Color information

#E4BFF3 (or 0xE4BFF3) is unknown color: approx Mauve. HEX triplet: E4, BF and F3. RGB value is (228,191,243). Sum of RGB (Red+Green+Blue) = 228+191+243=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFF3 is #1B400C. Grayscale: #CFCFCF. Windows color (decimal): -1785869 or 15974372. OLE color: 15974372.

HSL color Cylindrical-coordinate representation of color #E4BFF3: hue angle of 282.69º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BFF3 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228191243-
CMYK0.060.2100.05
HSL282.69º68.42%85.1%-
HSV(B)282.69º21.4%95.29%-
XYZ66.860.2392.9-
YUV207.99147.76142.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=34.44%
G=28.85%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281912430.060.2100.05282.6968.4285.1
HexE4BFF36150511b4455
Octal34427736362505433104125
Binary11100100101111111111001111010101010110001101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFF3; }

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

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

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

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

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

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

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

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