#E0BBFA

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

Shades of Mauve #E0BBFA

Tints of Mauve #E0BBFA

Color information

#E0BBFA (or 0xE0BBFA) is unknown color: approx Mauve. HEX triplet: E0, BB and FA. RGB value is (224,187,250). Sum of RGB (Red+Green+Blue) = 224+187+250=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBFA is #1F4405. Grayscale: #CDCDCD. Windows color (decimal): -2049030 or 16432096. OLE color: 16432096.

HSL color Cylindrical-coordinate representation of color #E0BBFA: hue angle of 275.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BBFA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224187250-
CMYK0.100.2500.02
HSL275.24º86.3%85.69%-
HSV(B)275.24º25.2%98.04%-
XYZ65.7758.2998.23-
YUV205.24153.26141.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=33.89%
G=28.29%
B=37.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241872500.100.2500.02275.2486.385.69
HexE0BBFAA19021135656
Octal340273372123102423126126
Binary11100000101110111111101010101100101010001001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBFA; }

 p { color: rgb(224,187,250); }

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

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

 a { background-color: rgb(224,187,250); }

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

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

 span { border-color: rgb(224,187,250); }

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