#E0B3FF

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

Shades of Mauve #E0B3FF

Tints of Mauve #E0B3FF

Color information

#E0B3FF (or 0xE0B3FF) is unknown color: approx Mauve. HEX triplet: E0, B3 and FF. RGB value is (224,179,255). Sum of RGB (Red+Green+Blue) = 224+179+255=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B3FF is #1F4C00. Grayscale: #C8C8C8. Windows color (decimal): -2051073 or 16757728. OLE color: 16757728.

HSL color Cylindrical-coordinate representation of color #E0B3FF: hue angle of 275.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B3FF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224179255-
CMYK0.120.3000
HSL275.53º100%85.1%-
HSV(B)275.53º29.8%100%-
XYZ64.9155.31101.86-
YUV201.12158.41144.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 179 (70.31% from 255) = 27.20%
BLUE value IS 255 (100% from 255) = 38.75%
R=34.04%
G=27.20%
B=38.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241792550.120.3000275.5310085.1
HexE0B3FFC1E001146455
Octal340263377143600424144125
Binary1110000010110011111111111100111100010001010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B3FF; }

 p { color: rgb(224,179,255); }

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

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

 a { background-color: rgb(224,179,255); }

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

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

 span { border-color: rgb(224,179,255); }

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