#E0BCFA

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

Shades of Mauve #E0BCFA

Tints of Mauve #E0BCFA

Color information

#E0BCFA (or 0xE0BCFA) is unknown color: approx Mauve. HEX triplet: E0, BC and FA. RGB value is (224,188,250). Sum of RGB (Red+Green+Blue) = 224+188+250=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFA is #1F4305. Grayscale: #CDCDCD. Windows color (decimal): -2048774 or 16432352. OLE color: 16432352.

HSL color Cylindrical-coordinate representation of color #E0BCFA: hue angle of 274.84º 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 #E0BCFA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224188250-
CMYK0.100.2500.02
HSL274.84º86.11%85.88%-
HSV(B)274.84º24.8%98.04%-
XYZ65.9858.7298.3-
YUV205.83152.93140.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=33.84%
G=28.40%
B=37.76%

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
Decimal2241882500.100.2500.02274.8486.1185.88
HexE0BCFAA19021135656
Octal340274372123102423126126
Binary11100000101111001111101010101100101010001001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCFA; }

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

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

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

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

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

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

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

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