#e0b5f3

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

Shades of Mauve #E0B5F3

Tints of Mauve #E0B5F3

Color information

#E0B5F3 (or 0xE0B5F3) is unknown color: approx Mauve. HEX triplet: E0, B5 and F3. RGB value is (224,181,243). Sum of RGB (Red+Green+Blue) = 224+181+243=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5F3 is #1F4A0C. Grayscale: #C8C8C8. Windows color (decimal): -2050573 or 15971808. OLE color: 15971808.

HSL color Cylindrical-coordinate representation of color #E0B5F3: hue angle of 281.61º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0B5F3 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224181243-
CMYK0.080.2600.05
HSL281.61º72.09%83.14%-
HSV(B)281.61º25.51%95.29%-
XYZ63.4455.3792.14-
YUV200.92151.75144.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 181 (71.09% from 255) = 27.93%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=34.57%
G=27.93%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241812430.080.2600.05281.6172.0983.14
HexE0B5F381A0511a4853
Octal340265363103205432110123
Binary111000001011010111110011100011010010110001101010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b5f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b5f3; }

 p { color: rgb(224,181,243); }

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

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

 a { background-color: rgb(224,181,243); }

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

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

 span { border-color: rgb(224,181,243); }

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